Libraries
»
crisp
(0.0.5)
»
Index (S)
»
Crisp
»
StringLiteral
Class: Crisp::StringLiteral
Inherits:
Primitive
Object
Treetop::Runtime::SyntaxNode
Base
Primitive
Crisp::StringLiteral
show all
Defined in:
lib/crisp/nodes.rb
Instance Method Summary
collapse
#
eval
(env) ⇒ Object
Instance Method Details
#
eval
(env) ⇒
Object
52 53 54
# File 'lib/crisp/nodes.rb', line 52
def
eval
(
env
)
text_value
[
1
..
-
2
]
end