Method: Imagen::AST::Builder#string_value
- Defined in:
- lib/imagen/ast/builder.rb
#string_value(token) ⇒ Object
This is a work around for parsing ruby code that with invlalid UTF-8 github.com/whitequark/parser/issues/283
12 13 14 |
# File 'lib/imagen/ast/builder.rb', line 12 def string_value(token) value(token) end |