# File lib/rr/proc_from_block.rb, line 4
      def ==(other)
        Proc.new(&self) == other
      end