Method: JSONP3::RecursiveDescentSegment#==
- Defined in:
- lib/json_p3/segment.rb
#==(other) ⇒ Object Also known as: eql?
101 102 103 104 105 |
# File 'lib/json_p3/segment.rb', line 101 def ==(other) self.class == other.class && @selectors == other.selectors && @token == other.token end |