class

NCTU::OJ::Scoreboard

Inherits NCTU::OJ::CommandHelper / Admiral::Command / Reference / Object

Constants

HELP = {"description" => ""}

Class methods

description
Source
run(*args, **params)
Source

Instance methods

__rescue_from___Admiral__Error(e)
arguments

Returns the commands Arguments object.

You can access names arguments by name. You can also access the remaning arguments using .arguments[index].

Source
flags

Returns the commands Flags object.

You can access names flags by name.

Source
help
run

The run command.

Source
sub(command, *args, **params)

Invokes a sub command by name, passing self as the parent.

Source

Nested types