# File lib/pry/default_commands/editing.rb, line 271
          def original_name
            @method.original_name or raise CommandError, "Pry can only patch methods created with the `def` keyword."
          end