# File lib/grape/util/reverse_stackable_values.rb, line 32 def to_hash keys.each_with_object({}) do |key, result| result[key] = self[key] end end