Class: Sablon::Statement::Comment
- Inherits:
-
Struct
- Object
- Struct
- Sablon::Statement::Comment
- Defined in:
- lib/sablon/operations.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
Instance Method Summary collapse
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
118 119 120 |
# File 'lib/sablon/operations.rb', line 118 def block @block end |
Instance Method Details
#evaluate(_env) ⇒ Object
119 120 121 |
# File 'lib/sablon/operations.rb', line 119 def evaluate(_env) block.replace [] end |