Class: IO
- Inherits:
-
Object
- Object
- IO
- Defined in:
- lib/opal_patches.rb
Class Method Summary collapse
Class Method Details
.binread(*args) ⇒ Object
579 580 581 |
# File 'lib/opal_patches.rb', line 579 def self.binread(*args) raise ::Errno::ENOENT, args.first.to_s end |
.read(*args) ⇒ Object
575 576 577 |
# File 'lib/opal_patches.rb', line 575 def self.read(*args) raise ::Errno::ENOENT, args.first.to_s end |