From: Justin To Date: 2008-06-04T03:38:38+09:00 Subject: Re: Beginner help def meth(proc) yield("hello") end meth(proc) {|var1| puts "block" } Ok... I think I'm just confused about the above example... when i run this an error comes up: blank.rb:5:in `proc': tried to create Proc object without a block (ArgumentError) from blank.rb:5 What does this mean? What did I do wrong? Thanks in advance. -- Posted via http://www.ruby-forum.com/.