Class: RIO::StdErr::RL

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

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initializeRL

Returns a new instance of RL.



45
46
47
# File 'lib/rio/scheme/stderr.rb', line 45

def initialize()
  super($stderr)
end

Instance Method Details

#opaqueObject



48
# File 'lib/rio/scheme/stderr.rb', line 48

def opaque() '' end

#open(*args) ⇒ Object



49
50
51
52
# File 'lib/rio/scheme/stderr.rb', line 49

def open(*args)
  #self.ios = $stderr
  super($stderr)
end