Method: Haku::Core::ClassMethods#inherited

Defined in:
lib/haku/core.rb

#inherited(base) ⇒ Object



22
23
24
25
26
27
28
# File 'lib/haku/core.rb', line 22

def inherited(base)
  super

  base.class_eval do
    prepend Callable
  end
end