class Herb::Result
def initialize(source, warnings, errors)
def initialize(source, warnings, errors) @source = source @warnings = warnings @errors = errors end
def initialize(source, warnings, errors) @source = source @warnings = warnings @errors = errors end