# File lib/grape/router.rb, line 8
      def initialize(pattern, **attributes)
        @pattern = pattern
        super(attributes)
      end