disu.se

MethodClass

Namespace

Ame

Ancestors
  1. Object

A method in its defined state.

Children

Undefined

A Method in its undefined state.

Class Methods

ruby_name(nameString)Symbol#

Returns the Ruby version of name, possibly the name of the method given on the command-line, replacing any ‘-’ with ‘_’.

name(ruby_nameSymbol)String#

Returns the command-line version of ruby_name, replacing any ‘_’ with ‘-’.

Instance Methods

nameString#

Returns the command-line name of the receiver.

qualified_nameString#

Returns the full command-line name of the receiver, including the class that this method belongs to’s Class.fullname.

descriptionString#

Returns the description of the receiver.

optionsOptions#

Returns the options of the receiver.

argumentsArguments#

Returns the arguments of the receiver.