Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/module_plus/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#underscoreObject



36
37
38
# File 'lib/module_plus/core_ext/string.rb', line 36

def underscore
  ModulePlus::CoreExt::String.underscore(self)
end