class RuboCop::AST::Builder

def string_value(token)

More details here https://github.com/whitequark/parser/issues/283
TODO: Figure out what to do about literal encoding handling...
def string_value(token)
  value(token)
end