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