1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Benoit Daloze 2021-06-02 15:54:38 +02:00
parent 22e2a6a999
commit 750f807575
4 changed files with 19 additions and 22 deletions

View file

@ -1,9 +1,3 @@
begin
require 'syck'
rescue LoadError
# do nothing
end
require 'yaml'
$test_file = tmp("yaml_test_file")