Class: Solargraph::Parser::Legacy::FlawedBuilder

Inherits:
Parser::Builders::Default
  • Object
show all
Defined in:
lib/solargraph/parser/legacy/flawed_builder.rb

Overview

A custom builder for source parsers that ignores character encoding issues in literal strings.

Instance Method Summary collapse

Instance Method Details

#string_value(token) ⇒ Object



10
11
12
# File 'lib/solargraph/parser/legacy/flawed_builder.rb', line 10

def string_value(token)
  value(token)
end