lib/tins/xt/hash_bfs.rb



require 'tins/hash_bfs'

module Tins
  class ::Hash
    include HashBFS
  end
end