Class: Crisp::StringLiteral

Inherits:
Primitive
  • Object
show all
Defined in:
lib/crisp/nodes.rb

Instance Method Summary collapse

Instance Method Details

#eval(env) ⇒ Object



52
53
54
# File 'lib/crisp/nodes.rb', line 52

def eval(env)
  text_value[1..-2]
end