module Byebug::Helpers::PathHelper

def glob_for(dir)

def glob_for(dir)
  Dir.glob(File.join(root_path, dir, "**", "*.rb"))
end