Class: RIO::Dir::RL

Inherits:
Path::RL show all
Defined in:
lib/rio/scheme/path.rb

Instance Method Summary collapse

Methods inherited from Path::RL

#file_rl

Instance Method Details

#dir_rlObject



71
72
73
# File 'lib/rio/scheme/path.rb', line 71

def dir_rl()
  self
end

#openObject



68
69
70
# File 'lib/rio/scheme/path.rb', line 68

def open()
  IOH::Dir.new(fs.dir.open(self.fspath))
end