class Reek::AST::Builder
Public Instance Methods
Source
# File lib/reek/ast/builder.rb, line 11 def string_value(token) value(token) end
This is a work around for parsing ruby code that has a string with invalid sequence as UTF-8. See. github.com/whitequark/parser/issues/283