Class: CPEE::ProcessTransformation::Tree
- Inherits:
-
Array
- Object
- Array
- CPEE::ProcessTransformation::Tree
- Defined in:
- lib/cpee/processtransformation/structures.rb
Overview
}}}
Instance Method Summary collapse
Instance Method Details
#condition? ⇒ Boolean
{{{
232 |
# File 'lib/cpee/processtransformation/structures.rb', line 232 def condition?; false; end |
#to_s(verbose = true) ⇒ Object
234 235 236 |
# File 'lib/cpee/processtransformation/structures.rb', line 234 def to_s(verbose=true) "TREE:\n" << print_tree(self,' ',verbose) end |