Method: Commands::List#initialize

Defined in:
lib/commands/plugin.rb

#initialize(base_command) ⇒ List

Returns a new instance of List.



498
499
500
501
502
503
# File 'lib/commands/plugin.rb', line 498

def initialize(base_command)
  @base_command = base_command
  @sources = []
  @local = false
  @remote = true
end