Top Level Namespace
- Includes:
- Pictate
Defined Under Namespace
Modules: Pictate
Constant Summary collapse
- PICTATE_ROOT =
Gem.loaded_specs['pictate'].full_gem_path
Instance Method Summary collapse
-
#show_error(str = "There was an error with the parsing...") ⇒ Object
Print error and help message, then exit.
Methods included from Pictate
#do_search, #pictate, #start_server, #stop_server
Instance Method Details
#show_error(str = "There was an error with the parsing...") ⇒ Object
Print error and help message, then exit
26 27 28 29 30 |
# File 'bin/pictate', line 26 def show_error str="There was an error with the parsing..." puts str Choice.help exit end |