Method: Codebot::Options::Core#rehash

Defined in:
lib/codebot/options/core.rb

#rehashObject

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(options, &:send_rehash)
end