Method: JsonApiClient::Query::Builder#==
- Defined in:
- lib/json_api_client/query/builder.rb
#==(other) ⇒ Object Also known as: eql?
119 120 121 122 123 |
# File 'lib/json_api_client/query/builder.rb', line 119 def ==(other) return false unless other.is_a?(self.class) hash == other.hash end |