class Imagen::AST::Builder
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