# File lib/test/unit/util/procwrapper.rb, line 32
        def ==(other)
          case(other)
            when ProcWrapper
              return @a_proc == other.to_proc
            else
              return super
          end
        end