Top Level Namespace
Defined Under Namespace
Modules: Pingity
Constant Summary collapse
- BANNER =
Constants ==============================================================
"pingity Version #{Pingity.version} (API Version #{Pingity.api_version})".freeze
Instance Method Summary collapse
-
#show_help ⇒ Object
Support Methods ========================================================.
Instance Method Details
#show_help ⇒ Object
Support Methods ========================================================
14 15 16 |
# File 'bin/pingity', line 14 def show_help puts BANNER end |