Skip to content

Commit 978b401

Browse files
committedNov 30, 2014
Add a dummy IO#sync accessor
1 parent 016887a commit 978b401

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎opal/corelib/io.rb

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ def write(string)
1010
string.size
1111
end
1212

13+
attr_accessor :sync
14+
1315
module Writable
1416
def <<(string)
1517
write(string)

0 commit comments

Comments
 (0)
Please sign in to comment.