method
demodulize
v1.0.0 -
Show latest stable
- Class:
ActiveSupport::CoreExtensions::String::Inflections
demodulize()public
No documentation available.
# File activesupport/lib/active_support/core_ext/string/inflections.rb, line 29
def demodulize
Inflector.demodulize(self)
end