class Jeeves::CLI
def get_prompt_file_path
def get_prompt_file_path git_root = git_root_dir if git_root local_prompt = File.join(git_root, '.jeeves_prompt') return local_prompt if File.exist?(local_prompt) end PROMPT_FILE end
def get_prompt_file_path git_root = git_root_dir if git_root local_prompt = File.join(git_root, '.jeeves_prompt') return local_prompt if File.exist?(local_prompt) end PROMPT_FILE end