Method: Atomy::Grammar::AST::Literal#==
- Defined in:
- lib/atomy/node/equality.rb
#==(other) ⇒ Object
20 21 22 |
# File 'lib/atomy/node/equality.rb', line 20 def ==(other) super || other.is_a?(self.class) && @value == other.value end |