# File lib/gitlab/objectified_hash.rb, line 26
    def method_missing(key)
      @data.key?(key.to_s) ? @data[key.to_s] : nil
    end