# File lib/pry/commands/edit.rb, line 75
    def runtime_patch?
       !file_based_exception? && (opts.present?(:patch) || pry_method?(code_object))
    end