# File lib/asciidoctor/helpers.rb, line 133 def self.uriish? str (str.include? ':') && (UriSniffRx.match? str) end