Class: ActiveSupport::HashWithIndifferentAccess

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

Instance Method Summary collapse

Instance Method Details

#to_json(*args, &block) ⇒ Object



2
3
4
# File 'lib/grat/hwia_patch.rb', line 2

def to_json(*args, &block)
  to_hash.to_json(*args, &block)
end