Sha256: fd67bfc83d35f64d12bd900d90c178cdc642ba0b87ce3ccfbe45663ec2be5e6f

Contents?: true

Size: 213 Bytes

Versions: 16

Compression:

Stored size: 213 Bytes

Contents

# encode and decode will be remove in multi_json 2.0
module MultiJson
  class << self
    alias_method :dump, :encode if not respond_to?(:dump)
    alias_method :load, :decode if not respond_to?(:load)
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rest-core-3.3.3 lib/rest-core/patch/multi_json.rb
rest-core-3.3.2 lib/rest-core/patch/multi_json.rb
rest-core-3.3.1 lib/rest-core/patch/multi_json.rb
rest-core-3.3.0 lib/rest-core/patch/multi_json.rb
rest-core-3.2.0 lib/rest-core/patch/multi_json.rb
rest-core-3.1.1 lib/rest-core/patch/multi_json.rb
rest-core-3.1.0 lib/rest-core/patch/multi_json.rb
rest-core-3.0.0 lib/rest-core/patch/multi_json.rb
rest-core-2.1.2 lib/rest-core/patch/multi_json.rb
rest-core-2.1.1 lib/rest-core/patch/multi_json.rb
rest-core-2.1.0 lib/rest-core/patch/multi_json.rb
rest-core-2.0.4 lib/rest-core/patch/multi_json.rb
rest-core-2.0.3 lib/rest-core/patch/multi_json.rb
rest-core-2.0.2 lib/rest-core/patch/multi_json.rb
rest-core-2.0.1 lib/rest-core/patch/multi_json.rb
rest-core-2.0.0 lib/rest-core/patch/multi_json.rb