module Byebug

def rc_dirs

Other tags:
    Note: - Files will be loaded in the order specified here.
def rc_dirs
  [ENV["HOME"], Dir.pwd].compact.uniq
end