Class: RIO::RRL::PathBase

Inherits:
URIBase show all
Defined in:
lib/rio/rrl/path.rb

Direct Known Subclasses

Path::RRL, Temp::Dir::RRL, Temp::File::RRL

Constant Summary collapse

RESET_STATE =
'Path::Reset'

Instance Attribute Summary

Attributes inherited from Base

#fs, #uri

Instance Method Summary collapse

Methods inherited from URIBase

#initialize, #initialize_copy, #openfs_, parse

Methods inherited from WithPath

#absolute?, #base, #base=, #fspath_no_slash, #host, #host=, #opaque, #openfs_, #path, #path=, #path_no_slash, #pathdepth, #pathroot, #scheme, #split

Methods included from Fwd

#fwd, #fwd_reader, #fwd_readers, #fwd_writer, #fwd_writers

Methods included from Error::NotImplemented

#nodef

Methods inherited from Base

#==, #===, #=~, #callstr, #close, #initialize, #initialize_copy, #length, #openfs_, parse, #url

Constructor Details

This class inherits a constructor from RIO::RRL::URIBase

Instance Method Details

#to_sObject



40
# File 'lib/rio/rrl/path.rb', line 40

def to_s() self.fspath || '' end