module Byebug::Helpers::PathHelper

def lib_files

def lib_files
  @lib_files ||= expand_from_root('lib/**/*.{rb,yml}')
end