Method: Cucumber::Rake::Task#fork

Defined in:
lib/cucumber/rake/task.rb

#forkObject

Whether or not to fork a new ruby interpreter. Defaults to true. You may gain some startup speed if you set it to false, but this may also cause issues with your load path and gems.



126
127
128
# File 'lib/cucumber/rake/task.rb', line 126

def fork
  @fork
end