class Imagen::AST::Builder

An AST Builder for ruby parser.

Public Instance Methods

string_value(token) click to toggle source

This is a work around for parsing ruby code that with invlalid UTF-8 github.com/whitequark/parser/issues/283

# File lib/imagen/ast/builder.rb, line 12
def string_value(token)
  value(token)
end