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