Module: Ripl::Profiles::Commands

Defined in:
lib/ripl/profiles.rb

Overview

command shortcuts

Instance Method Summary collapse

Instance Method Details

#available_profilesObject



44
45
46
# File 'lib/ripl/profiles.rb', line 44

def available_profiles
  Ripl::Profiles.available
end

#load_profile(name) ⇒ Object



48
49
50
# File 'lib/ripl/profiles.rb', line 48

def load_profile( name )
  Ripl::Profiles.load name
end

#loaded_profilesObject



52
53
54
# File 'lib/ripl/profiles.rb', line 52

def loaded_profiles
  Ripl::Profiles.loaded
end