# File lib/cucumber/step_definitions.rb, line 4 def initialize(configuration = Configuration.default) configuration = Configuration.parse(configuration) @support_code = Runtime::SupportCode.new(nil, false) @support_code.load_files_from_paths(configuration.autoload_code_paths) end
Generated with the Darkfish Rdoc Generator 2.