module Pluralz::Inflection
Public Instance Methods
splural?(string)
click to toggle source
# File lib/pluralz/inflection.rb, line 6 def splural?(string) Strings::Inflection.plural?(string) end
# File lib/pluralz/inflection.rb, line 6 def splural?(string) Strings::Inflection.plural?(string) end