Class: BPM::Console

Inherits:
Object
  • Object
show all
Defined in:
lib/bpm/pipeline.rb

Instance Method Summary collapse

Instance Method Details

#log(str) ⇒ Object



6
7
8
# File 'lib/bpm/pipeline.rb', line 6

def log(str)
  shell.say str
end