Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ruby 2.3 Feature #10718] IO#close should not raise IOError on closed IO objects. #3536

Merged
merged 1 commit into from
Dec 13, 2015

Conversation

cheald
Copy link
Contributor

@cheald cheald commented Dec 13, 2015

IO#close now silently returns nil if called on an already-closed IO object.

… IO objects.

IO#close now silently returns nil if called on an already-closed IO object.
nirvdrum added a commit that referenced this pull request Dec 13, 2015
[ruby 2.3 Feature #10718] IO#close should not raise IOError on closed IO objects.
@nirvdrum nirvdrum merged commit 05e6e7e into jruby:ruby-2.3 Dec 13, 2015
@kares kares added this to the JRuby 9.1.0.0 milestone Dec 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants