Class: GhettoNotes::Crontab

Inherits:
Object
  • Object
show all
Defined in:
lib/ghetto_notes/installer.rb

Instance Method Summary collapse

Instance Method Details

#currentObject



34
35
36
# File 'lib/ghetto_notes/installer.rb', line 34

def current
  `crontab -l`
end

#set_from(fname) ⇒ Object



38
39
40
# File 'lib/ghetto_notes/installer.rb', line 38

def set_from(fname)
  `crontab #{fname}`
end