Class: IcAgent::Ast::Nodes::StringLiteral
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- IcAgent::Ast::Nodes::StringLiteral
- Defined in:
- lib/ic_agent/ast/nodes/string_literal.rb
Instance Method Summary collapse
Instance Method Details
#to_array ⇒ Object
7 8 9 |
# File 'lib/ic_agent/ast/nodes/string_literal.rb', line 7 def to_array self.text_value end |
#to_s ⇒ Object
11 12 13 |
# File 'lib/ic_agent/ast/nodes/string_literal.rb', line 11 def to_s self.text_value end |