Skip to content

Commit 77aa3a5

Browse files
authored
Merge pull request #88 from hmdne/opal-1.3
Opal 1.3 compatibility
2 parents d7c9312 + c1c2a22 commit 77aa3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib-opal/opal/rspec/formatter/document_io.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Opal
22
module RSpec
33
class DocumentIO < IO
4-
include IO::Writable
4+
include IO::Writable if defined? IO::Writable
55

66
def initialize
77
`document.open()`

0 commit comments

Comments
 (0)