4 5 6
# File 'lib/auth0/mixins/validation.rb', line 4 def last(key) @hash[key][:value] if @hash.key?(key) end