# File lib/cucumber/configuration.rb, line 13 def initialize(user_options = {}) @options = default_options.merge(user_options) end