class Object
Public Instance Methods
uglify()
click to toggle source
Converts to a string to be uglified Example :NiceTitle -> nicetitle (String
)
# File lib/bluehelmet/core_ext/Object.rb, line 5 def uglify self.to_s.uglify end