Class: CoderCompanion::Common::StringLiteral
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- CoderCompanion::Common::StringLiteral
- Defined in:
- lib/codercompanion/common/literals.rb
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
23 24 25 |
# File 'lib/codercompanion/common/literals.rb', line 23 def build {:type => :string, :value => text_value} end |