Skip to content

Commit c830a87

Browse files
committedJan 26, 2015
Add a stub for IO#closed?
1 parent fece6f3 commit c830a87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎opal/corelib/io.rb

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ def tty?
77
@tty
88
end
99

10+
def closed?
11+
@closed
12+
end
13+
1014
attr_accessor :write_proc
1115

1216
def write(string)

0 commit comments

Comments
 (0)
Please sign in to comment.