class ChefCLI::Policyfile::LocalLockFetcher
def valid?
-
(False)
- if there were errors with the provided source_options -
(True)
- if there were no errors with the provided source_options
def valid? errors.empty? end
(False)
- if there were errors with the provided source_options
(True)
- if there were no errors with the provided source_options
def valid? errors.empty? end