# File lib/grape_entity/condition/hash_condition.rb, line 19 def unless_value(_entity, options) @cond_hash.any? { |k, v| options[k.to_sym] != v } end