file_context?

in lib/pry-byebug/base.rb [16:20]


  def file_context?(target)
    file = Helpers::Location.current_file(target)
    file == Pry.eval_path || !Pry::Helpers::BaseHelpers.not_a_real_file?(file)
  end