Method: HighLine::Menu#help
- Defined in:
- lib/highline/menu.rb
#help(topic, help) ⇒ Object
Used to set help for arbitrary topics. Use the topic "help"
to override the default message. Mainly for internal use.
317 318 319 |
# File 'lib/highline/menu.rb', line 317 def help(topic, help) @help[topic] = help end |