Top Level Namespace
- Includes:
- Curses
Defined Under Namespace
Classes: Party
Instance Method Summary collapse
Instance Method Details
#help_and_exit ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/party.rb', line 3 def help_and_exit puts " party [--silent] [-f \"farewell\"] [-w \"words\" -w \"in\" -w \"rectangle\"...] [\"Things\", \"To\", \"Say\"]\n\n -h, --help:\n show help\n\n -f [greeting], --farewell [greeting]:\n says greeting at the end, or \"I had a great time\" by default\n\n -s, --silent:\n start a silent party (without MC)\n EOF\n exit()\nend\n" |