Module: RIO::RRL

Defined in:
lib/rio/rrl/ioi.rb,
lib/rio/rrl/ioi.rb,
lib/rio/rrl/base.rb,
lib/rio/rrl/base.rb,
lib/rio/rrl/path.rb,
lib/rio/rrl/chmap.rb,
lib/rio/rrl/builder.rb,
lib/rio/rrl/withpath.rb,
lib/rio/rrl/withpath.rb,
lib/rio/rrl/withpath.rb,
lib/rio/rrl/withpath.rb

Defined Under Namespace

Modules: PathUtil Classes: Base, Builder, IOIBase, PathBase, SysIOBase, URIBase, WithPath

Constant Summary collapse

CHMAP =
{ 
  ?_    => 'sysio',
  ?-    => 'stdio',
  ?=    => 'stderr',
  ?"    => 'strio',
  ??    => 'temp',
  ?[    => 'aryio',
  ?`    => 'cmdio',
  ?|    => 'cmdpipe',
  ?#    => 'fd',
  ?z    => 'zipfile',
}.freeze