Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/actn/core_ext/hash.rb
Instance Method Summary collapse
Instance Method Details
#as_json ⇒ Object
7 8 9 |
# File 'lib/actn/core_ext/hash.rb', line 7 def as_json self end |
#to_json ⇒ Object
4 5 6 |
# File 'lib/actn/core_ext/hash.rb', line 4 def to_json Oj.dump(self) end |