lib/grape/api.rb in grape-1.2.5 vs lib/grape/api.rb in grape-1.3.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'grape/router'
require 'grape/api/instance'
module Grape
# The API class is the primary entry point for creating Grape APIs. Users