instance method Proc#to_proc

to_proc -> self[permalink][rdoc]

self を返します。

例:

pr = proc {}
p pr == pr.to_proc # => true