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