There's no documentation for this item.
# File rio/uri/file.rb, line 159 def file(*args) pth = self.path(*args) pth.chop! if pth[-1,1] == '/' && pth != '/' return pth end
<code/>
<pre/>
<code/>and<pre/>for code samples.