Class: Cutaneous::Compiler::Comment
- Inherits:
-
Expression
- Object
- Expression
- Cutaneous::Compiler::Comment
- Defined in:
- lib/cutaneous/compiler/expression.rb
Instance Method Summary collapse
-
#to_script ⇒ Object
Need to make sure that the line positions are the same.
Methods inherited from Expression
Constructor Details
This class inherits a constructor from Cutaneous::Compiler::Expression
Instance Method Details
#to_script ⇒ Object
Need to make sure that the line positions are the same
48 49 50 |
# File 'lib/cutaneous/compiler/expression.rb', line 48 def to_script $/ * (@expression.count($/)) end |