# File lib/grape_entity/exposure/base.rb, line 7 def self.new(attribute, options, conditions, *args, &block) super(attribute, options, conditions).tap { |e| e.setup(*args, &block) } end