class Cucumber::Configuration

def self.parse(argument)

def self.parse(argument)
  return new(argument) if argument.is_a?(Hash)
  argument
end