Method: Haku::Core::ClassMethods#before_call

Defined in:
lib/haku/core.rb

#before_call(*methods) ⇒ Object



39
40
41
# File 'lib/haku/core.rb', line 39

def before_call(*methods)
  self.haku_before_call_callbacks += methods
end