Class: Datafusion::DebugExecutor

Inherits:
Object
  • Object
show all
Defined in:
lib/datafusion/debug_executor.rb

Instance Method Summary collapse

Instance Method Details

#execute(stuff, label = '') ⇒ Object



3
4
5
# File 'lib/datafusion/debug_executor.rb', line 3

def execute(stuff, label='')
  puts "-- EXECUTE: #{label}\n#{stuff}"
end