Class: RIO::File::RL

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

Instance Method Summary collapse

Methods inherited from Path::RL

#dir_rl

Instance Method Details

#file_rlObject



59
60
61
# File 'lib/rio/scheme/path.rb', line 59

def file_rl()
  self
end

#open(m) ⇒ Object



56
57
58
# File 'lib/rio/scheme/path.rb', line 56

def open(m)
  IOH::Stream.new(fs.file.open(self.fspath,m.to_s))
end