Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/simple_inflector/core_ext/string.rb
Instance Method Summary collapse
-
#underscore ⇒ String
Makes an underscored, lowercase form from ‘self`.
Instance Method Details
#underscore ⇒ String
Makes an underscored, lowercase form from ‘self`.
11 12 13 |
# File 'lib/simple_inflector/core_ext/string.rb', line 11 def underscore ::SimpleInflector.underscore( self ) end |