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