shyouhei e826b7d39e _leaf_helpers.erb: some functions are not leaf
If a function has rb_warning() that is not a leaf because warning
ultimately is a method call of Warning#warn.

If a function has rb_name_error() that is not a leaf because
NameError is allocated, then initialized.  This of course
involves calling NameError#initialize.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-01 04:39:47 +00:00
..
2019-01-25 14:09:10 +00:00
2018-12-27 06:12:09 +00:00
2019-01-25 14:09:10 +00:00
2018-12-27 06:12:09 +00:00
2018-01-12 08:38:07 +00:00