instance method Proc#to_proc

to_proc -> self[permalink][rdoc][edit]

self を返します。



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