module Cucumber::StepMother
def new_world!
def new_world! return if options[:dry_run] create_world! extend_world connect_world @current_world end
def new_world! return if options[:dry_run] create_world! extend_world connect_world @current_world end