summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/omap.rb
blob: 29cde0be5013b99a33913ca9468a36fd3376cfab (plain)
1
2
3
4
5
# frozen_string_literal: true
module Psych
  class Omap < ::Hash
  end
end