class Appsignal::Config::Context

@!visibility private

def dsl_config_file

def dsl_config_file
  File.join(root_path, DSL_FILENAME)
end

def dsl_config_file?

def dsl_config_file?
  File.exist?(dsl_config_file)
end

def initialize(env: nil, root_path: nil)

def initialize(env: nil, root_path: nil)
  @env = env
  @root_path = root_path
end