Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0
Assignee: Thomas E Enebo
Created: 02/Nov/12 12:53 PM
Description:

On MRI, the following script yields the server to the block:

$ cat unixserver.rb
require 'socket'

UNIXServer.open('omg') do |server|
p server
p File.exist?('omg')
end

On JRuby, nothing is yielded to the block.

Project: JRuby
Priority: Major Major
Reporter: Jon Leighton
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to