Module: Credentials::StringExtensions
- Defined in:
- lib/credentials/inflector.rb
Instance Method Summary collapse
Instance Method Details
#actorize ⇒ Object
106 107 108 |
# File 'lib/credentials/inflector.rb', line 106 def actorize Credentials::Inflector.actorize(self) end |
#pluralize ⇒ Object
111 112 113 |
# File 'lib/credentials/inflector.rb', line 111 def pluralize Credentials::Inflector.pluralize(self) end |
#singularize ⇒ Object
115 116 117 |
# File 'lib/credentials/inflector.rb', line 115 def singularize Credentials::Inflector.singularize(self) end |