Method: Macrow#apply_rule!

Defined in:
lib/macrow.rb

#apply_rule!(rule, str, object) ⇒ Object



69
70
71
# File 'lib/macrow.rb', line 69

def apply_rule!(rule, str, object)
  __send__("apply_rule_for_#{rule}!", str, object)
end