# File lib/cucumber/configuration.rb, line 8
    def self.parse(argument)
      return new(argument) if argument.is_a?(Hash)
      argument
    end