Class: Ki::DummyHashLog

Inherits:
Object show all
Defined in:
lib/util/shell.rb

Instance Method Summary collapse

Instance Method Details

#log(*arr, &block) ⇒ Object



29
30
31
# File 'lib/util/shell.rb', line 29

def log(*arr, &block)
  block.call
end