class ChefCLI::Policyfile::SolutionDependencies::Cookbook

def self.valid_str?(str)

def self.valid_str?(str)
  !!(str =~ VALID_STRING_FORMAT)
end