class Interscript::Node::Group::Parallel
Attributes
cached_tree[RW]
A place for Interpreter to store a compiled form of the tree
subs_array[RW]
subs_regexp[RW]
subs_replacements[RW]
Public Instance Methods
inspect()
click to toggle source
# File lib/interscript/node/group/parallel.rb, line 6 def inspect "parallel {\n#{super}\n}" end