Class: ImproveYourCode::AST::Builder

Inherits:
Parser::Builders::Default
  • Object
show all
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