# File lib/grape/validations/types/build_coercer.rb, line 88 def self.cache_key(type, method) [type, method].compact.map(&:to_s).join('_') end