class Interscript::Node::Rule
Public Instance Methods
==(other)
click to toggle source
Calls superclass method
Interscript::Node#==
# File lib/interscript/node/rule.rb, line 2 def ==(other) super && self.reverse_run == other.reverse_run end