Module: Bio::MAF::Executor

Defined in:
lib/bio/maf/jobs.rb

Class Method Summary collapse

Class Method Details

.createObject



108
109
110
111
112
113
114
# File 'lib/bio/maf/jobs.rb', line 108

def Executor.create
  if RUBY_PLATFORM == 'java'
    JExecutor.new
  else
    DummyExecutor.new
  end
end