disu.se

ArgumentsClass

Namespace

Ame

Ancestors
  1. Enumerable

  2. Object

The arguments to a method in its defined state. Does the processing of arguments to the method and also enumerates #each of the arguments to the method for, for example, help output.

Instance Methods

each{ |argumentArgument| … }self#

Enumerates the arguments.

eachEnumerator<Argument>#

Returns an Enumerator over the arguments.