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