Method: Mysh::GlsCommand#initialize

Defined in:
lib/mysh/internal/gls.rb

#initialize(*args) ⇒ GlsCommand

Set up this command.



10
11
12
13
# File 'lib/mysh/internal/gls.rb', line 10

def initialize(*args)
  super
  @report = @mask = @specs = nil
end