1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/psych] require 'delegate' explicitly

https://github.com/ruby/psych/commit/51a9ce13db
This commit is contained in:
Pavel Rosický 2021-06-07 23:19:40 +02:00 committed by Hiroshi SHIBATA
parent 60b02db516
commit b11638eed2

View file

@ -1,5 +1,6 @@
# frozen_string_literal: true
require 'psych/helper'
require 'delegate'
module Psych
module Visitors