27 28 29 30 31
# File 'lib/etl/etl.rb', line 27 def process(options={}, &block) etl = new etl.process(options, &block) etl end