Class: Phlex::Compiler::Concat
- Inherits:
-
Data
- Object
- Data
- Phlex::Compiler::Concat
- Defined in:
- lib/phlex/compiler.rb
Instance Attribute Summary collapse
-
#node ⇒ Object
readonly
Returns the value of attribute node.
Instance Method Summary collapse
Instance Attribute Details
#node ⇒ Object (readonly)
Returns the value of attribute node
10 11 12 |
# File 'lib/phlex/compiler.rb', line 10 def node @node end |
Instance Method Details
#accept(visitor) ⇒ Object
12 |
# File 'lib/phlex/compiler.rb', line 12 def accept(visitor) = self |
#start_line ⇒ Object
11 |
# File 'lib/phlex/compiler.rb', line 11 def start_line = nil |