class Ripl::Shell

hack into Shell#loop to get extra rights (run before before_loop)

Public Instance Methods

loop() click to toggle source
# File lib/ripl/profiles.rb, line 73
def loop
  Ripl::Profiles.load_from_config
  loop_without_profiles
end
Also aliased as: loop_without_profiles
loop_without_profiles()
Alias for: loop