Class: Fast::Builder
- Inherits:
-
Astrolabe::Builder
- Object
- Astrolabe::Builder
- Fast::Builder
- Defined in:
- lib/fast.rb
Overview
Custom builder allow us to set a buffer name for each Node
Instance Attribute Summary collapse
-
#buffer_name ⇒ Object
writeonly
Sets the attribute buffer_name.
Instance Method Summary collapse
-
#n(type, children, source_map) ⇒ Node
Generates Node from the given information.
Instance Attribute Details
#buffer_name=(value) ⇒ Object (writeonly)
Sets the attribute buffer_name
123 124 125 |
# File 'lib/fast.rb', line 123 def buffer_name=(value) @buffer_name = value end |