Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/mcapi/encryption/utils/hash.ext.rb

Overview

Hash extension

Instance Method Summary collapse

Instance Method Details

#jsonObject

Parse the current hash as json



10
11
12
# File 'lib/mcapi/encryption/utils/hash.ext.rb', line 10

def json
  JSON.parse(to_json)
end