Class: GhettoNotes::Crontab
- Inherits:
-
Object
- Object
- GhettoNotes::Crontab
- Defined in:
- lib/ghetto_notes/installer.rb
Instance Method Summary collapse
Instance Method Details
#current ⇒ Object
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 |