# File lib/uri_template/literal.rb, line 57
  def ends_with_slash?
    string[-1] == SLASH
  end