# File lib/gitlab_git/commit.rb, line 203 def to_hash serialize_keys.map.with_object({}) do |key, hash| hash[key] = send(key) end end