관리-도구
편집 파일: set.rb
# frozen_string_literal: true module Psych class Set < ::Hash end end