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