# File lib/gitlab_git/diff.rb, line 193 def to_hash hash = {} keys = serialize_keys keys.each do |key| hash[key] = send(key) end hash end