class Cucumber::Runtime

def configure(new_configuration)

Allows you to take an existing runtime and change its configuration
def configure(new_configuration)
  @configuration = Configuration.new(new_configuration)
  @support_code.configure(@configuration)
end