Class: Object

Inherits:
BasicObject
Defined in:
lib/bluehelmet/core_ext/Object.rb

Instance Method Summary collapse

Instance Method Details

#uglifyObject

Converts to a string to be uglified Example :NiceTitle -> nicetitle (String)



5
6
7
# File 'lib/bluehelmet/core_ext/Object.rb', line 5

def uglify
  self.to_s.uglify
end