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

Version Path
lhs-16.1.5 lib/lhs/concerns/data/to_hash.rb
lhs-16.1.4 lib/lhs/concerns/data/to_hash.rb
lhs-16.1.3 lib/lhs/concerns/data/to_hash.rb
lhs-16.1.2 lib/lhs/concerns/data/to_hash.rb
lhs-16.1.1 lib/lhs/concerns/data/to_hash.rb
lhs-16.1.0 lib/lhs/concerns/data/to_hash.rb
lhs-16.0.1 lib/lhs/concerns/data/to_hash.rb
lhs-16.0.0 lib/lhs/concerns/data/to_hash.rb
lhs-15.7.0 lib/lhs/concerns/data/to_hash.rb
lhs-15.6.1 lib/lhs/concerns/data/to_hash.rb
lhs-15.6.0 lib/lhs/concerns/data/to_hash.rb
lhs-15.5.1 lib/lhs/concerns/data/to_hash.rb
lhs-15.5.0 lib/lhs/concerns/data/to_hash.rb
lhs-15.4.1 lib/lhs/concerns/data/to_hash.rb
lhs-15.4.0 lib/lhs/concerns/data/to_hash.rb
lhs-15.4.0.pre.hasone.1 lib/lhs/concerns/data/to_hash.rb
lhs-15.3.3 lib/lhs/concerns/data/to_hash.rb
lhs-15.3.3.pre.fixoptions.1 lib/lhs/concerns/data/to_hash.rb
lhs-15.3.2 lib/lhs/concerns/data/to_hash.rb
lhs-15.3.1 lib/lhs/concerns/data/to_hash.rb