lambda { |...| block } â a_proc
Instance Public methods
Equivalent to Proc.new
, except the resulting Proc objects check the number of parameters passed
when called.
Equivalent to Proc.new
, except the resulting Proc objects check the number of parameters passed
when called.
Please login to continue.