Method: ROTP::CLI#arguments

Defined in:
lib/rotp/cli.rb

#argumentsObject



43
44
45
# File 'lib/rotp/cli.rb', line 43

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