Method: ROTP::CLI#arguments

Defined in:
lib/rotp/cli.rb

#argumentsObject



40
41
42
# File 'lib/rotp/cli.rb', line 40

def arguments
  @arguments ||= ROTP::Arguments.new(filename, argv)
end