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