Class: NcsNavigator::Warehouse::UpdatingShell::Quiet

Inherits:
NcsNavigator::Warehouse::UpdatingShell show all
Defined in:
lib/ncs_navigator/warehouse/updating_shell.rb

Overview

A version of NcsNavigator::Warehouse::UpdatingShell that doesn't actually emit anything.

Instance Method Summary collapse

Methods inherited from NcsNavigator::Warehouse::UpdatingShell

#back_up_and_say, #clear_line_then_say, #say_line

Constructor Details

#initializeQuiet

Returns a new instance of Quiet.



44
45
46
# File 'lib/ncs_navigator/warehouse/updating_shell.rb', line 44

def initialize
  super nil
end

Instance Method Details

#say(*s) ⇒ Object



48
49
# File 'lib/ncs_navigator/warehouse/updating_shell.rb', line 48

def say(*s)
end