module Sapience::ConfigLoader

Constants

CURRENT_FOLDER
REEVOO_DEFAULT_FILE

Public Class Methods

config_file_path() click to toggle source
# File lib/reevoo_sapience.rb, line 11
def config_file_path
  File.join(CURRENT_FOLDER, REEVOO_DEFAULT_FILE)
end