Class: FSR::Cmd::Load

Inherits:
Command show all
Defined in:
lib/fsr/cmd/load.rb

Constant Summary

Constants inherited from Command

DEFAULT_OPTIONS

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Methods inherited from Command

#default_options

Constructor Details

- (Load) initialize(mod)

A new instance of Load



7
8
9
# File 'lib/fsr/cmd/load.rb', line 7

def initialize(mod)
  @arguments = [mod]
end

Instance Attribute Details

- (Object) arguments (readonly)

Returns the value of attribute arguments



5
6
7
# File 'lib/fsr/cmd/load.rb', line 5

def arguments
  @arguments
end