Class: RIO::RRL::PathBase
- Defined in:
- lib/rio/rrl/path.rb
Direct Known Subclasses
Constant Summary collapse
- RESET_STATE =
'Path::Reset'
Instance Attribute Summary
Attributes inherited from Base
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
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_s ⇒ Object
40 |
# File 'lib/rio/rrl/path.rb', line 40 def to_s() self.fspath || '' end |