Libraries
»
lathe
(0.0.12)
»
Index
»
String
»
#underscore
Method: String#underscore
Defined in:
lib/lathe/string.rb
#
underscore
⇒
Object
8 9 10
# File 'lib/lathe/string.rb', line 8
def
underscore
dup
.
underscore!
end