Method: CFoundry::ChattyHash#to_json

Defined in:
lib/cfoundry/chatty_hash.rb

#to_json(*args) ⇒ Object



30
31
32
# File 'lib/cfoundry/chatty_hash.rb', line 30

def to_json(*args)
  @hash.to_json(*args)
end