Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/rightnow/ext/underscore.rb
Instance Method Summary collapse
-
#underscore ⇒ Object
apidock.com/rails/String/underscore File activesupport/lib/active_support/core_ext/string/inflections.rb, line 118.
Instance Method Details
#underscore ⇒ Object
apidock.com/rails/String/underscore File activesupport/lib/active_support/core_ext/string/inflections.rb, line 118
23 24 25 |
# File 'lib/rightnow/ext/underscore.rb', line 23 def underscore ActiveSupport::Inflector.underscore(self) end |