1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* vm_eval.c (rb_f_local_variables): now returns symbols. a patch from

Run Paint Run Run at [ruby-core:23828].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-06-12 22:08:46 +00:00
parent 6e678a2d9f
commit 4150c2c05d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sat Jun 13 07:08:40 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm_eval.c (rb_f_local_variables): now returns symbols. a patch from
Run Paint Run Run at [ruby-core:23828].
Sat Jun 13 07:06:54 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm_eval.c (rb_f_catch): updated rdoc about generalized argument,

View file

@ -1363,7 +1363,7 @@ rb_backtrace_each(rb_backtrace_iter_func *iter, void *arg)
* for i in 1..10
* # ...
* end
* local_variables #=> ["fred", "i"]
* local_variables #=> [:fred, :i]
*/
static VALUE