Sha256: d1287052078edca1af14e0ee7d4cca9f07cb69646a7560b163bb2317f751933a
Contents?: true
Size: 196 Bytes
Versions: 76
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true require 'active_support' class LHS::Record module Equality extend ActiveSupport::Concern def ==(other) _raw == other.try(:_raw) end end end
Version data entries
76 entries across 76 versions & 1 rubygems