Class: Ripl::Shell
- Inherits:
-
Object
- Object
- Ripl::Shell
- Defined in:
- lib/ripl/profiles.rb
Overview
hack into Shell#loop to get extra rights (run before before_loop)
Instance Method Summary collapse
Instance Method Details
#loop ⇒ Object
73 74 75 76 |
# File 'lib/ripl/profiles.rb', line 73 def loop Ripl::Profiles.load_from_config loop_without_profiles end |
#loop_without_profiles ⇒ Object
72 |
# File 'lib/ripl/profiles.rb', line 72 alias loop_without_profiles loop |