class Async::IO::StandardError
Public Class Methods
new(io = $stderr)
click to toggle source
Calls superclass method
# File lib/async/io/standard.rb, line 40 def initialize(io = $stderr) super(io) end