Class: RIO::StdErr::RRL
- Defined in:
- lib/rio/scheme/stderr.rb
Constant Summary collapse
Instance Method Summary collapse
-
#initialize(u) ⇒ RRL
constructor
A new instance of RRL.
- #open(*args) ⇒ Object
Constructor Details
Instance Method Details
#open(*args) ⇒ Object
37 38 39 |
# File 'lib/rio/scheme/stderr.rb', line 37 def open(*args) super($stderr) end |