File: set.rb

package info (click to toggle)
ruby-psych 5.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 864 kB
  • sloc: ruby: 7,947; ansic: 925; java: 846; makefile: 14; sh: 4
file content (5 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (10)
1
2
3
4
5
# frozen_string_literal: true
module Psych
  class Set < ::Hash
  end
end