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