Login
From:
ruby-doc.org
(Uncensored)
subscribe
class Proc - RDoc Documentation
https://ruby-doc.org/3.3.0/Proc.html
links
backlinks
Roast topics
Find topics
Find it!
A Proc object is an encapsulation of a block of code, which can be stored in a local variable, passed to a method or another Proc, and can be called. Proc is an essential concept in Ruby and a core of its functional programming features.