Method: Janeway::AST::Selector#==

Defined in:
lib/janeway/ast/selector.rb

#==(other) ⇒ Object



30
31
32
# File 'lib/janeway/ast/selector.rb', line 30

def ==(other)
  value == other&.value
end