lib/github_api/mash.rb



# frozen_string_literal: true

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