# File lib/merb-core/vendor/facets/inflect.rb, line 80 def rule(singular, plural) singular_rule(singular, plural) plural_rule(singular, plural) end