Method: Specinfra::Command::Base::Cron.get_table

Defined in:
lib/specinfra/command/base/cron.rb

.get_tableObject


13
14
15
# File 'lib/specinfra/command/base/cron.rb', line 13

def get_table
  'crontab -l'
end