Module: LLIP::Visitable::ClassMethods

Defined in:
lib/llip/visitable.rb

Instance Method Summary collapse

Instance Method Details

#inherited(other) ⇒ Object



30
31
32
33
# File 'lib/llip/visitable.rb', line 30

def inherited(other)
  Visitable.add_accept(other)
  other.extend(Visitable::ClassMethods)
end