current_file

in lib/pry-byebug/helpers/location.rb [14:21]


      def current_file(source = target)
        
        return source.source_location[0] if source.respond_to?(:source_location)

        
        source.eval("__FILE__")
      end