class Mash::Camel
Protected Instance Methods
convert_key(key)
click to toggle source
# File lib/mash/camel.rb, line 4 def convert_key(key) key.to_s.underscore end
# File lib/mash/camel.rb, line 4 def convert_key(key) key.to_s.underscore end