# File lib/gitlab/configuration.rb, line 28 def options VALID_OPTIONS_KEYS.inject({}) do |option, key| option.merge!(key => send(key)) end end