Method: ETL.call

Defined in:
lib/etl/etl.rb

.callObject



27
28
29
30
31
# File 'lib/etl/etl.rb', line 27

def process(options={}, &block)
  etl = new
  etl.process(options, &block)
  etl
end