class Bashly::Settings

def config_path

def config_path
  @config_path ||= get(:config_path) % { source_dir: source_dir }
end