Sha256: e0ec50a49e04e1b33041037d667dc92028fde28bdf85621adc5f607a11236e18

Contents?: true

Size: 218 Bytes

Versions: 76

Compression:

Stored size: 218 Bytes

Contents

# frozen_string_literal: true

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

76 entries across 76 versions & 1 rubygems

Version Path
lhs-26.2.0 lib/lhs/concerns/data/to_hash.rb
lhs-26.1.0 lib/lhs/concerns/data/to_hash.rb
lhs-26.0.1 lib/lhs/concerns/data/to_hash.rb
lhs-26.0.0 lib/lhs/concerns/data/to_hash.rb
lhs-25.2.0 lib/lhs/concerns/data/to_hash.rb
lhs-25.1.0 lib/lhs/concerns/data/to_hash.rb
lhs-25.0.4 lib/lhs/concerns/data/to_hash.rb
lhs-25.0.3 lib/lhs/concerns/data/to_hash.rb
lhs-25.0.2 lib/lhs/concerns/data/to_hash.rb
lhs-25.0.1 lib/lhs/concerns/data/to_hash.rb
lhs-25.0.0 lib/lhs/concerns/data/to_hash.rb
lhs-24.1.2 lib/lhs/concerns/data/to_hash.rb
lhs-24.1.1 lib/lhs/concerns/data/to_hash.rb
lhs-24.1.0 lib/lhs/concerns/data/to_hash.rb
lhs-24.1.0.pre.2 lib/lhs/concerns/data/to_hash.rb
lhs-24.1.0.pre.1 lib/lhs/concerns/data/to_hash.rb
lhs-24.0.0 lib/lhs/concerns/data/to_hash.rb
lhs-23.0.2 lib/lhs/concerns/data/to_hash.rb
lhs-23.0.1 lib/lhs/concerns/data/to_hash.rb
lhs-23.0.0 lib/lhs/concerns/data/to_hash.rb