Sha256: 3ecacc73842b112da0ed6b9d0f5c5759db4cdac47d602e603178b1416df0cfad
Contents?: true
Size: 205 Bytes
Versions: 12
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true require 'active_support' class DHS::Data module Json extend ActiveSupport::Concern def as_json(options = {}) _data._raw.as_json(options) end end end
Version data entries
12 entries across 12 versions & 1 rubygems