# File lib/grape_entity/exposure/nesting_exposure/nested_exposures.rb, line 21 def delete_by(*attributes) reset_memoization! @exposures.reject! { |e| attributes.include? e.attribute } @exposures end