Sha256: 7ab9fb82039149b023a0c34449229792c2ce891ba34cb204c84c7ce926a82562
Contents?: true
Size: 174 Bytes
Versions: 146
Compression:
Stored size: 174 Bytes
Contents
require 'active_support' class LHS::Data module Json extend ActiveSupport::Concern def as_json(options = {}) _data._raw.as_json(options) end end end
Version data entries
146 entries across 146 versions & 1 rubygems