# File lib/extlib/inflection.rb, line 218 def singular_rule(singular, plural) @singular_rules << [singular, plural] end