Class: Cutaneous::Compiler::Statement

Inherits:
Expression
  • Object
show all
Defined in:
lib/cutaneous/compiler/expression.rb

Instance Method Summary collapse

Methods inherited from Expression

#affect, #initialize

Constructor Details

This class inherits a constructor from Cutaneous::Compiler::Expression

Instance Method Details

#to_scriptObject



24
25
26
# File 'lib/cutaneous/compiler/expression.rb', line 24

def to_script
  "" << @expression << " ; "
end