Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/bluehelmet/core_ext/Object.rb
Instance Method Summary collapse
-
#uglify ⇒ Object
Converts to a string to be uglified Example :NiceTitle -> nicetitle (String).
Instance Method Details
#uglify ⇒ Object
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 |