Checks if URI is an absolute one
# File uri/generic.rb, line 597 def absolute? if @scheme true else false end end
<code/>
<pre/>
<code/>and<pre/>for code samples.