ruby/test/psych/visitors
Nobuyoshi Nakada 698dde525a [ruby/psych] Suppress uninitialized instance variable warnings
In verbose mode, `test_delegator` in `test/psych/visitors/test_yaml_tree.rb` shows following warning.

https://travis-ci.org/ruby/psych/jobs/562435717#L268
```
/home/travis/build/ruby/psych/test/psych/visitors/test_yaml_tree.rb:10: warning: instance variable @obj not initialized
```

This is because `Psych.load` bypasses #initialize with the #init_with method.

https://github.com/ruby/psych/commit/f99523388f
2019-07-25 07:52:17 +09:00
..
test_depth_first.rb Merge psych-3.0.0.beta3 from ruby/psych. 2017-07-14 06:15:58 +00:00
test_emitter.rb Merge psych-3.0.0.beta3 from ruby/psych. 2017-07-14 06:15:58 +00:00
test_to_ruby.rb Merge psych-3.0.0.beta3 from ruby/psych. 2017-07-14 06:15:58 +00:00
test_yaml_tree.rb [ruby/psych] Suppress uninitialized instance variable warnings 2019-07-25 07:52:17 +09:00