Method: Codebot::Options::Core#rehash
- Defined in:
- lib/codebot/options/core.rb
#rehash ⇒ Object
Reloads the configuration of a running Codebot instance.
37 38 39 |
# File 'lib/codebot/options/core.rb', line 37 def rehash Options.with_ipc_client(, &:send_rehash) end |