berkesokhan / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
1 stars 0 forks source link

Throwing value #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
def test; catch(:label) { throw :label, 1 }; end
puts test.inspect

Ruby prints 1, Ruby.NET prints [1].

This breaks Date.parse.

Original issue reported on code.google.com by sanxiyn on 30 Oct 2007 at 5:45

GoogleCodeExporter commented 9 years ago

Original comment by meaningi...@gmail.com on 30 Oct 2007 at 6:28