# File lib/uri_template/literal.rb, line 53
  def starts_with_slash?
    string[0] == SLASH
  end