class Draper::ViewContext::BuildStrategy::Full

def call

def call
  controller.view_context.tap do |context|
    context.singleton_class.class_eval(&block) if block
  end
end