# File lib/grape_entity/entity.rb, line 474
    def exec_with_object(options, &block)
      instance_exec(object, options, &block)
    end