Method: Interscript::Node::Rule::Run#to_hash

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

#to_hashObject



8
9
10
11
# File 'lib/interscript/node/rule/run.rb', line 8

def to_hash
  { :class => self.class.to_s,
    :stage => self.stage.to_hash }
end