Sha256: dd72976d5476e78fa987967fb4a0256ad8bd188b9404048999e3d541dfa743e6

Contents?: true

Size: 98 Bytes

Versions: 18

Compression:

Stored size: 98 Bytes

Contents

class String
  
  def json_to_hash
    HashWithIndifferentAccess.new JSON.parse(self)
  end
  
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
arid_cache-1.4.4 spec/support/custom_methods.rb
arid_cache-1.4.3 spec/support/custom_methods.rb
arid_cache-1.4.2 spec/support/custom_methods.rb
arid_cache-1.4.1 spec/support/custom_methods.rb
arid_cache-1.4.0 spec/support/custom_methods.rb
arid_cache-1.3.6 spec/support/custom_methods.rb
arid_cache-1.3.5 spec/support/custom_methods.rb
arid_cache-1.3.4 spec/support/custom_methods.rb
arid_cache-1.3.3 spec/support/custom_methods.rb
arid_cache-1.3.2 spec/support/custom_methods.rb
arid_cache-1.3.1 spec/support/custom_methods.rb
arid_cache-1.3.0 spec/support/custom_methods.rb
arid_cache-1.2.0 spec/support/custom_methods.rb
arid_cache-1.1.1 spec/support/custom_methods.rb
djmaze-arid_cache-1.1.0 spec/support/custom_methods.rb
arid_cache-1.1.0 spec/support/custom_methods.rb
arid_cache-1.0.4 spec/support/custom_methods.rb
arid_cache-1.0.3 spec/support/custom_methods.rb