# File lib/rack/mount/vendor/regin/regin/expression.rb, line 33
    def anchored_to_start?
      first.is_a?(Anchor) && first == '\A'
    end