Method: Restify::Resource#convert_key

Defined in:
lib/restify/resource.rb

#convert_key(key) ⇒ Object



46
47
48
# File 'lib/restify/resource.rb', line 46

def convert_key(key)
  key.to_s
end