Sha256: 21690ab8f73de1f9e6602f1f2d1ce1b14cf6bbc7d06de70fafd8d767a4ebbfb0
Contents?: true
Size: 205 Bytes
Versions: 76
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true 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
76 entries across 76 versions & 1 rubygems