Method: ActiveSpy::Rails::HookList#<<

Defined in:
lib/active_spy/rails/hook_list.rb

#<<(other) ⇒ Object

forward #<< method to the hook list.



40
41
42
# File 'lib/active_spy/rails/hook_list.rb', line 40

def <<(other)
  @hooks << other
end