class Herb::Result
def failed?
def failed? true end
def initialize(source, warnings, errors)
def initialize(source, warnings, errors) @source = source @warnings = warnings @errors = errors end
def success?
def success? false end
def failed? true end
def initialize(source, warnings, errors) @source = source @warnings = warnings @errors = errors end
def success? false end