Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/actn/core_ext/hash.rb

Instance Method Summary collapse

Instance Method Details

#as_jsonObject



7
8
9
# File 'lib/actn/core_ext/hash.rb', line 7

def as_json
  self
end

#to_jsonObject



4
5
6
# File 'lib/actn/core_ext/hash.rb', line 4

def to_json
  Oj.dump(self)
end