Class: Interscript::Node::Rule
- Inherits:
-
Interscript::Node
- Object
- Interscript::Node
- Interscript::Node::Rule
- Defined in:
- lib/interscript/node/rule.rb
Defined Under Namespace
Instance Method Summary collapse
Methods inherited from Interscript::Node
Constructor Details
This class inherits a constructor from Interscript::Node
Instance Method Details
#==(other) ⇒ Object
2 3 4 |
# File 'lib/interscript/node/rule.rb', line 2 def ==(other) super && self.reverse_run == other.reverse_run end |