Class: Bob::Compiler::Block
- Includes:
- Editable
- Defined in:
- lib/bob/compiler/block.rb
Constant Summary
Constants included from Substitution
Substitution::SUBSTITUTION_PARSER, Substitution::SUBSTITUTION_SCANNER
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Method Summary
Methods included from Editable
Methods inherited from Walker
Methods included from Substitution
#quote_and_substitute, #unescape
Methods inherited from Base
#errors, #errors?, #initialize, #result, #valid?, #warnings, #warnings?, #well_formed?
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
9 10 11 |
# File 'lib/bob/compiler/block.rb', line 9 def name @name end |