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

Version Path
lhs-12.3.0 lib/lhs/concerns/data/to_hash.rb
lhs-12.2.1 lib/lhs/concerns/data/to_hash.rb
lhs-12.2.0 lib/lhs/concerns/data/to_hash.rb
lhs-12.1.0 lib/lhs/concerns/data/to_hash.rb
lhs-12.0.3 lib/lhs/concerns/data/to_hash.rb
lhs-12.0.2 lib/lhs/concerns/data/to_hash.rb
lhs-12.0.1 lib/lhs/concerns/data/to_hash.rb
lhs-12.0.0 lib/lhs/concerns/data/to_hash.rb
lhs-11.3.3 lib/lhs/concerns/data/to_hash.rb
lhs-11.3.2 lib/lhs/concerns/data/to_hash.rb
lhs-11.3.1 lib/lhs/concerns/data/to_hash.rb
lhs-11.3.0 lib/lhs/concerns/data/to_hash.rb
lhs-11.2.2 lib/lhs/concerns/data/to_hash.rb
lhs-11.2.1 lib/lhs/concerns/data/to_hash.rb
lhs-11.2.0 lib/lhs/concerns/data/to_hash.rb
lhs-11.1.0 lib/lhs/concerns/data/to_hash.rb
lhs-11.0.3 lib/lhs/concerns/data/to_hash.rb
lhs-11.0.2 lib/lhs/concerns/data/to_hash.rb
lhs-11.0.1 lib/lhs/concerns/data/to_hash.rb
lhs-11.0.0 lib/lhs/concerns/data/to_hash.rb