Method: Pec::Command::Hosts.after_do

Defined in:
lib/pec/command/hosts.rb

.after_doObject



34
35
36
37
38
# File 'lib/pec/command/hosts.rb', line 34

def self.after_do
  m = "# " + ("-" * 16)
  n = ("-" * 17)
  puts m + " pec end " + n
end