This is a result specific to the lex and lex_file methods.
Attributes
Read
The list of tokens that were parsed from the source code.
Class Methods
dev
View on GitHub
# File tmp/rubies/ruby-master/lib/prism/parse_result.rb, line 1036
def initialize(value, comments, magic_comments, data_loc, errors, warnings, continuable, source)
@value = value
super(comments, magic_comments, data_loc, errors, warnings, continuable, source)
end
Create a new lex result object with the given values.