Class: HackTree::Node::Hack
Instance Attribute Summary collapse
-
#block ⇒ Object
The actual code block to execute.
Attributes inherited from Base
#brief_desc, #full_desc, #name, #parent
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from HackTree::Node::Base
Instance Attribute Details
#block ⇒ Object
The actual code block to execute.
7 8 9 |
# File 'lib/hack_tree/node/hack.rb', line 7 def block @block end |