View file File name : set.rb Content :# frozen_string_literal: true module Psych class Set < ::Hash end end