Class RR::ProcFromBlock
In: lib/rr/proc_from_block.rb
Parent: Proc

Methods

==  

Public Instance methods

[Source]

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

[Validate]