зеркало из https://github.com/github/ruby.git
698dde525a
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 |
||
---|---|---|
.. | ||
test_depth_first.rb | ||
test_emitter.rb | ||
test_to_ruby.rb | ||
test_yaml_tree.rb |