Method: RIO::RL::WithPath#dirname

Defined in:
lib/rio/rl/withpath.rb

#dirnameObject

returns the directory portion of the path like File#dirname returns a RL



206
207
208
# File 'lib/rio/rl/withpath.rb', line 206

def dirname() 
  RIO::RL::Builder.build(uri.dirname)
end