Sha256: 035b0d4c8c8846f4601e657a87e6f5ae3a00df9abd982dafec336414ceaf8b71
Contents?: true
Size: 170 Bytes
Versions: 62
Compression:
Stored size: 170 Bytes
Contents
require 'active_support' class LHS::Data module ToHash extend ActiveSupport::Concern included do delegate :to_h, :to_hash, to: :_raw end end end
Version data entries
62 entries across 62 versions & 1 rubygems