class Prism::LexResult
def initialize(value, comments, magic_comments, data_loc, errors, warnings, source)
def initialize(value, comments, magic_comments, data_loc, errors, warnings, source) @value = value super(comments, magic_comments, data_loc, errors, warnings, source) end