class Cucumber::Cli::ProfileLoader

def profile?(profile)

def profile?(profile)
  cucumber_yml.key?(profile)
end