Class: Imap::Backup::Configuration::Setup
- Inherits:
-
Object
- Object
- Imap::Backup::Configuration::Setup
- Defined in:
- lib/imap/backup/configuration/setup.rb
Class Attribute Summary collapse
-
.highline ⇒ Object
Returns the value of attribute highline.
Instance Method Summary collapse
Class Attribute Details
.highline ⇒ Object
Returns the value of attribute highline.
8 9 10 |
# File 'lib/imap/backup/configuration/setup.rb', line 8 def highline @highline end |
Instance Method Details
#run ⇒ Object
12 13 14 15 16 17 18 19 20 |
# File 'lib/imap/backup/configuration/setup.rb', line 12 def run Imap::Backup.setup_logging config catch :done do loop do Kernel.system("clear") end end end |