Method: Macrow.inherited

Defined in:
lib/macrow.rb

.inherited(child) ⇒ Object



6
7
8
# File 'lib/macrow.rb', line 6

def inherited(child)
  child.instance_variable_set(:@rule_words, rule_words.dup)
end