Ruby - Blocks, Procs, and Lambdas
Identify the error in this code:
my_proc = proc { |x| x * 3 }
my_proc.callmy_proc = proc { |x| x * 3 }
my_proc.callcall is used without any.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions