Class: Solargraph::Parser::Legacy::FlawedBuilder
- Inherits:
-
Parser::Builders::Default
- Object
- Parser::Builders::Default
- Solargraph::Parser::Legacy::FlawedBuilder
- 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 |