Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/simply_couch.rb

Overview

Please move me to a proper location

Instance Method Summary collapse

Instance Method Details

#property_nameObject



3
4
5
# File 'lib/simply_couch.rb', line 3

def property_name
  underscore.gsub('/','__').gsub('::','__')
end