Class: Gem::CobblerDelFace

Inherits:
Object
  • Object
show all
Defined in:
lib/shoes/cobbler.rb

Overview

UI class for delete does nothing - on purpose. Swallows ‘success’ msg

Instance Method Summary collapse

Constructor Details

#initializeCobblerDelFace

Returns a new instance of CobblerDelFace.



101
102
# File 'lib/shoes/cobbler.rb', line 101

def initialize
end

Instance Method Details

#say(msg) ⇒ Object



103
104
105
# File 'lib/shoes/cobbler.rb', line 103

def say msg
  #puts "CmdFace: say: #{msg}"
end