# File lib/grape_entity/entity.rb, line 478 def exec_with_attribute(attribute, &block) instance_exec(delegate_attribute(attribute), &block) end