Method: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array#==
- Defined in:
- lib/active_record/connection_adapters/postgresql/oid/array.rb
#==(other) ⇒ Object
56 57 58 59 60 |
# File 'lib/active_record/connection_adapters/postgresql/oid/array.rb', line 56 def ==(other) other.is_a?(Array) && subtype == other.subtype && delimiter == other.delimiter end |