| Class | Main::GetoptLong |
| In: |
lib/main/getoptlong.rb
|
| Parent: | Object |
| ORDERINGS | = | [REQUIRE_ORDER = 0, PERMUTE = 1, RETURN_IN_ORDER = 2] | Orderings. | |
| ARGUMENT_FLAGS | = | [NO_ARGUMENT = 0, REQUIRED_ARGUMENT = 1, OPTIONAL_ARGUMENT = 2] | Argument flags. | |
| STATUS_TERMINATED | = | 0, 1, 2 |
| quiet | -> | quiet? |
| `quiet?’ is an alias of `quiet’. | ||
| error | -> | error? |
| `error?’ is an alias of `error’. | ||
| error | [R] | Examine whether an option processing is failed. |
| ordering | [R] | Return ordering. |
| quiet | [W] | Set/Unset `quit’ mode. |
| quiet | [R] | Return the flag of `quiet’ mode. |