Class: RIO::StdErr::RRL

Inherits:
RRL::SysIOBase
  • Object
show all
Defined in:
lib/rio/scheme/stderr.rb

Constant Summary collapse

RIOSCHEME =
'stderr'
RIOPATH =
RIO::RRL::CHMAP.invert[RIOSCHEME].freeze

Instance Method Summary collapse

Constructor Details

#initialize(u) ⇒ RRL

Returns a new instance of RRL.



34
35
36
# File 'lib/rio/scheme/stderr.rb', line 34

def initialize(u)
  super(::Alt::URI.parse(u))
end

Instance Method Details

#open(*args) ⇒ Object



37
38
39
# File 'lib/rio/scheme/stderr.rb', line 37

def open(*args)
  super($stderr)
end