class MMS::CLI::MMS::CLI::Command::Hosts

Public Instance Methods

execute() click to toggle source
# File lib/mms/cli.rb, line 156
def execute
  host_list = groups.collect!(&:hosts).flatten
  print(MMS::Resource::Host.table_header, host_list)
end