# File lib/grape/dsl/inside_route.rb, line 245
      def return_no_content
        status 204
        body false
      end