module Byebug::Helpers::PathHelper

def expand_from_root(glob)

def expand_from_root(glob)
  Dir.glob(File.expand_path(glob, root_path))
end