# File lib/grape/dsl/helpers.rb, line 47 def include_block(block) Module.new.tap do |mod| make_inclusion(mod) { mod.class_eval(&block) } end end