Skip to content

Commit f6a975e

Browse files
authored
Merge pull request #507 from ahorek/delegate_fix
require 'delegate' explicitly
2 parents faab505 + 51a9ce1 commit f6a975e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/psych/visitors/test_yaml_tree.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22
require 'psych/helper'
3+
require 'delegate'
34

45
module Psych
56
module Visitors

0 commit comments

Comments
 (0)