# File lib/grape/dsl/settings.rb, line 48
      def global_setting(key, value = nil)
        get_or_set :global, key, value
      end