Class: Steep::Source::Builder

Inherits:
Prism::Translation::Parser::Builder
  • Object
show all
Defined in:
lib/steep/source.rb

Instance Method Summary collapse

Instance Method Details

#string_value(token) ⇒ Object



23
24
25
# File 'lib/steep/source.rb', line 23

def string_value(token)
  value(token)
end