Class: Datafusion::DebugExecutor
- Inherits:
-
Object
- Object
- Datafusion::DebugExecutor
- Defined in:
- lib/datafusion/debug_executor.rb
Instance Method Summary collapse
Instance Method Details
#execute(stuff, label = '') ⇒ Object
8 9 10 |
# File 'lib/datafusion/debug_executor.rb', line 8 def execute(stuff, label='') puts "-- EXECUTE: #{label}\n#{stuff}" end |
#remove! ⇒ Object
4 5 6 |
# File 'lib/datafusion/debug_executor.rb', line 4 def remove! puts "-- REMOVE!" end |