# File lib/rack/mount/vendor/regin/regin/expression.rb, line 37
    def anchored_to_end?
      last.is_a?(Anchor) && last == '\Z'
    end