# frozen_string_literal: true

module Github
  class Mash < ::Hashie::Mash
    disable_warnings
  end
end
