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:
parent
6e678a2d9f
commit
4150c2c05d
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
Sat Jun 13 07:06:54 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* vm_eval.c (rb_f_catch): updated rdoc about generalized argument,
|
* vm_eval.c (rb_f_catch): updated rdoc about generalized argument,
|
||||||
|
|
|
@ -1363,7 +1363,7 @@ rb_backtrace_each(rb_backtrace_iter_func *iter, void *arg)
|
||||||
* for i in 1..10
|
* for i in 1..10
|
||||||
* # ...
|
* # ...
|
||||||
* end
|
* end
|
||||||
* local_variables #=> ["fred", "i"]
|
* local_variables #=> [:fred, :i]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
|
Loading…
Reference in a new issue