From 51a9ce13dbfce943791cf9518205922b426f395d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Rosick=C3=BD?= Date: Mon, 7 Jun 2021 23:19:40 +0200 Subject: require 'delegate' explicitly --- test/psych/visitors/test_yaml_tree.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/psych/visitors/test_yaml_tree.rb b/test/psych/visitors/test_yaml_tree.rb index 6a9dbc1..4c48670 100644 --- a/test/psych/visitors/test_yaml_tree.rb +++ b/test/psych/visitors/test_yaml_tree.rb @@ -1,5 +1,6 @@ # frozen_string_literal: true require 'psych/helper' +require 'delegate' module Psych module Visitors -- cgit v1.2.1