# File lib/rack/mount/vendor/regin/regin/expression.rb, line 29
    def anchored?
      anchored_to_start? && anchored_to_end?
    end