module Hooks::InstanceHooks::ClassMethods
Public Instance Methods
define_hook_writer(name)
click to toggle source
Adds a hook writer to the instance in addition to the class writer.
Calls superclass method
# File lib/hooks/instance_hooks.rb, line 16 def define_hook_writer(name) super class_eval *hook_writer_args(name) end