lib/grape/namespace.rb in grape-1.2.5 vs lib/grape/namespace.rb in grape-1.3.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Grape # A container for endpoints or other namespaces, which allows for both # logical grouping of endpoints as well as sharing common configuration. # May also be referred to as group, segment, or resource. class Namespace