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:
parent
60b02db516
commit
b11638eed2
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
require 'psych/helper'
|
||||
require 'delegate'
|
||||
|
||||
module Psych
|
||||
module Visitors
|
||||
|
|
Loading…
Reference in a new issue