We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7c9312 + c1c2a22 commit 77aa3a5Copy full SHA for 77aa3a5
lib-opal/opal/rspec/formatter/document_io.rb
@@ -1,7 +1,7 @@
1
module Opal
2
module RSpec
3
class DocumentIO < IO
4
- include IO::Writable
+ include IO::Writable if defined? IO::Writable
5
6
def initialize
7
`document.open()`
0 commit comments