Class: Daemons::Controller
- Inherits:
-
Object
- Object
- Daemons::Controller
- Defined in:
- lib/daikon/daemons_hacks.rb
Instance Method Summary collapse
- #print_usage_with_daikon_options ⇒ Object (also: #print_usage)
Instance Method Details
#print_usage_with_daikon_options ⇒ Object Also known as: print_usage
5 6 7 8 9 |
# File 'lib/daikon/daemons_hacks.rb', line 5 def puts " -k 1234567890 radishapp.com api key" puts " -u redis://0.0.0.0:6379 redis URL to monitor" end |