Class: Gemical::Commands::Vaults

Inherits:
Base
  • Object
show all
Defined in:
lib/gemical/commands/vaults.rb

Instance Method Summary collapse

Instance Method Details

#index(args, options) ⇒ Object



3
4
5
6
7
8
9
# File 'lib/gemical/commands/vaults.rb', line 3

def index(args, options)
  authenticate!

  Gemical.auth.vaults.each do |vault|
    say vault
  end
end