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