Class: PEG::ValueObject

Inherits:
Object
  • Object
show all
Defined in:
lib/peg.rb

Direct Known Subclasses

Node, Rule

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



3
4
5
# File 'lib/peg.rb', line 3

def ==(other)
  inspect == other.inspect
end