Search
def foo return 1 ensure return 2 end
foo => 2
July 15th, 2008
Interesting, and more…
def foo a = 1 return a ensure a = 2 end
puts foo => 1
August 10th, 2008
Name (required)
Mail (will not be published) (required)
Notify me of followup comments via e-mail
Website
Enclose code in <code lang="ruby"></code> if you care. Preview your comment using the button below.
Submit Comment
Interesting, and more…
August 10th, 2008