Method: Codebot::Config#load!

Defined in:
lib/codebot/config.rb

#load!Object

Loads the configuration from the associated file. If the file does not exist, it is created.



32
33
34
# File 'lib/codebot/config.rb', line 32

def load!
  transaction { unsafe_load }
end