Class: Lab::Subcommands::User

Inherits:
Thor
  • Object
show all
Defined in:
lib/lab/subcommands/user.rb

Instance Method Summary collapse

Instance Method Details

#listObject



8
9
10
11
12
# File 'lib/lab/subcommands/user.rb', line 8

def list
  Gitlab.users.each do |user|
    puts user.name
  end
end