Class: IcAgent::Ast::Nodes::StringLiteral

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/ic_agent/ast/nodes/string_literal.rb

Instance Method Summary collapse

Instance Method Details

#to_arrayObject



7
8
9
# File 'lib/ic_agent/ast/nodes/string_literal.rb', line 7

def to_array
  self.text_value
end

#to_sObject



11
12
13
# File 'lib/ic_agent/ast/nodes/string_literal.rb', line 11

def to_s
  self.text_value
end