Method: Multicuke::Runner#dry_run

Defined in:
lib/multicuke/runner.rb

#dry_runObject

Optional. If true will generate index file but not launch processes. Used for testing.



84
85
86
# File 'lib/multicuke/runner.rb', line 84

def dry_run
  @dry_run
end