Method: Interscript::Node::Rule::Run#==

Defined in:
lib/interscript/node/rule/run.rb

#==(other) ⇒ Object



19
20
21
# File 'lib/interscript/node/rule/run.rb', line 19

def ==(other)
  super && self.stage == other.stage
end