Sha256: 5428018d60dc60b1e76c1405564d93a7c8a42626c06b08dbea7a4357b9725ceb
Contents?: true
Size: 156 Bytes
Versions: 1
Compression:
Stored size: 156 Bytes
Contents
class String def pluralize ActiveSupport::Inflector.pluralize(self) end def singularize ActiveSupport::Inflector.singularize(self) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-activesupport-0.1.0 | opal/active_support/core_ext/string/inflections.rb |