Class: ImproveYourCode::AST::Builder
- Inherits:
-
Parser::Builders::Default
- Object
- Parser::Builders::Default
- ImproveYourCode::AST::Builder
- Defined in:
- lib/improve_your_code/ast/builder.rb
Instance Method Summary collapse
Instance Method Details
#string_value(token) ⇒ Object
6 7 8 |
# File 'lib/improve_your_code/ast/builder.rb', line 6 def string_value(token) value(token) end |