Class: RIO::Path::RL

Inherits:
RL::PathBase
  • Object
show all
Defined in:
lib/rio/scheme/path.rb

Direct Known Subclasses

Dir::RL, File::RL

Instance Method Summary collapse

Instance Method Details

#dir_rlObject



47
48
49
# File 'lib/rio/scheme/path.rb', line 47

def dir_rl()
  RIO::Dir::RL.new(self.uri, {:fs => self.fs})
end

#file_rlObject



44
45
46
# File 'lib/rio/scheme/path.rb', line 44

def file_rl()
  RIO::File::RL.new(self.uri, {:fs => self.fs})
end