Class: Morpheus::Terminal::Blackhole

Inherits:
Object
  • Object
show all
Defined in:
lib/morpheus/terminal.rb

Overview

todo: this can be combined with Cli::Shell

Instance Method Summary collapse

Instance Method Details

#accrete_data(*mgs) ⇒ Object Also known as: print, puts, <<, write

< IO



39
40
41
42
# File 'lib/morpheus/terminal.rb', line 39

def accrete_data(*mgs)
  # Singularity.push(*msgs)
  return nil
end