# File lib/extlib/inflection.rb, line 229 def plural_rule(singular, plural) @plural_rules << [singular, plural] end