Sha256: 69ea107e45280a2d3c58a88d29550624ede20e66d543fb8e5679364e382f2732

Contents?: true

Size: 163 Bytes

Versions: 138

Compression:

Stored size: 163 Bytes

Contents

require 'active_support'

class LHS::Data

  module Equality
    extend ActiveSupport::Concern

    def ==(other)
      _raw == other.try(:_raw)
    end
  end
end

Version data entries

138 entries across 138 versions & 1 rubygems

Version Path
lhs-7.2.1 lib/lhs/concerns/data/equality.rb
lhs-7.2.0 lib/lhs/concerns/data/equality.rb
lhs-7.1.0 lib/lhs/concerns/data/equality.rb
lhs-7.0.3 lib/lhs/concerns/data/equality.rb
lhs-7.0.2 lib/lhs/concerns/data/equality.rb
lhs-7.0.1 lib/lhs/concerns/data/equality.rb
lhs-7.0.0 lib/lhs/concerns/data/equality.rb
lhs-6.8.2 lib/lhs/concerns/data/equality.rb
lhs-6.8.1 lib/lhs/concerns/data/equality.rb
lhs-6.8.0 lib/lhs/concerns/data/equality.rb
lhs-6.7.2 lib/lhs/concerns/data/equality.rb
lhs-6.7.1 lib/lhs/concerns/data/equality.rb
lhs-6.7.0 lib/lhs/concerns/data/equality.rb
lhs-6.6.2 lib/lhs/concerns/data/equality.rb
lhs-6.6.1 lib/lhs/concerns/data/equality.rb
lhs-6.6.0 lib/lhs/concerns/data/equality.rb
lhs-6.5.0 lib/lhs/concerns/data/equality.rb
lhs-6.4.0 lib/lhs/concerns/data/equality.rb
lhs-6.3.1 lib/lhs/concerns/data/equality.rb
lhs-6.3.0 lib/lhs/concerns/data/equality.rb