10 Things Every Java Programmer Should Know About Ruby | [ Prev | Home | Next ] |
def with_block def with_proc(&block)
yield block.call
end end
with_block { with_proc {
# Never converted # Converted internally
} }
O'REILLY® OSCON 2005 | Copyright 2005 by Jim Weirich (All Rights Reserved) |