Method: Rodbot::Services::App#tasks
- Defined in:
- lib/rodbot/services/app.rb
#tasks ⇒ Object
26 27 28 29 |
# File 'lib/rodbot/services/app.rb', line 26 def tasks(**) puts "Starting app service on http://#{bind.join(':')}" [method(:run)] end |