Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/enstratus/util.rb
Instance Method Summary collapse
Instance Method Details
#to_underscore ⇒ Object
2 3 4 |
# File 'lib/enstratus/util.rb', line 2 def to_underscore self.dup.gsub(/(.)([A-Z])/,'\1_\2').downcase end |