class RR::ProcFromBlock
Public Instance Methods
==(other)
click to toggle source
# File lib/rr/proc_from_block.rb, line 4 def ==(other) Proc.new(&self) == other end
# File lib/rr/proc_from_block.rb, line 4 def ==(other) Proc.new(&self) == other end