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-16.1.5 lib/lhs/concerns/data/equality.rb
lhs-16.1.4 lib/lhs/concerns/data/equality.rb
lhs-16.1.3 lib/lhs/concerns/data/equality.rb
lhs-16.1.2 lib/lhs/concerns/data/equality.rb
lhs-16.1.1 lib/lhs/concerns/data/equality.rb
lhs-16.1.0 lib/lhs/concerns/data/equality.rb
lhs-16.0.1 lib/lhs/concerns/data/equality.rb
lhs-16.0.0 lib/lhs/concerns/data/equality.rb
lhs-15.7.0 lib/lhs/concerns/data/equality.rb
lhs-15.6.1 lib/lhs/concerns/data/equality.rb
lhs-15.6.0 lib/lhs/concerns/data/equality.rb
lhs-15.5.1 lib/lhs/concerns/data/equality.rb
lhs-15.5.0 lib/lhs/concerns/data/equality.rb
lhs-15.4.1 lib/lhs/concerns/data/equality.rb
lhs-15.4.0 lib/lhs/concerns/data/equality.rb
lhs-15.4.0.pre.hasone.1 lib/lhs/concerns/data/equality.rb
lhs-15.3.3 lib/lhs/concerns/data/equality.rb
lhs-15.3.3.pre.fixoptions.1 lib/lhs/concerns/data/equality.rb
lhs-15.3.2 lib/lhs/concerns/data/equality.rb
lhs-15.3.1 lib/lhs/concerns/data/equality.rb