Method: JSONable#to_json

Defined in:
lib/bashman.rb

#to_jsonObject



52
53
54
55
# File 'lib/bashman.rb', line 52

def to_json
    hash = self.to_hash
    hash.to_json
end