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