Libraries
»
bashman
(0.1.2)
»
Index
»
JSONable
»
#to_json
Method: JSONable#to_json
Defined in:
lib/bashman.rb
#
to_json
⇒
Object
52 53 54 55
# File 'lib/bashman.rb', line 52
def
to_json
hash
=
self
.
to_hash
hash
.
to_json
end