module Byebug::Helpers::PathHelper

def root_path

def root_path
  @root_path ||= File.expand_path(File.join("..", "..", ".."), __dir__)
end