Class: Ripl::Shell

Inherits:
Object
  • Object
show all
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

#loopObject



73
74
75
76
# File 'lib/ripl/profiles.rb', line 73

def loop
  Ripl::Profiles.load_from_config
  loop_without_profiles
end

#loop_without_profilesObject



72
# File 'lib/ripl/profiles.rb', line 72

alias loop_without_profiles loop