Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/simply_couch.rb
Overview
Please move me to a proper location
Instance Method Summary collapse
Instance Method Details
#property_name ⇒ Object
3 4 5 |
# File 'lib/simply_couch.rb', line 3 def property_name underscore.gsub('/','__').gsub('::','__') end |