Method: ActiveModel::Type::Binary::Data#==

Defined in:
activemodel/lib/active_model/type/binary.rb

#==(other) ⇒ Object



56
57
58
# File 'activemodel/lib/active_model/type/binary.rb', line 56

def ==(other)
  other == to_s || super
end