Class: Fargo::CLI::WrappingLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/fargo/cli.rb

Instance Method Summary collapse

Instance Method Details

#write(str) ⇒ Object



65
66
67
# File 'lib/fargo/cli.rb', line 65

def write str
  Readline.above_prompt{ puts str }
end