diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-19 15:00:57 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-19 15:00:57 +0900 |
| commit | ef01692c543efc4693b4e00901797f6d7d2c4966 (patch) | |
| tree | 0d373c29069949f136912c49969f102beb01f484 | |
| parent | c0e6f5f801a004bb2bab570ff05e6f35a60ecfe0 (diff) | |
| parent | 0f742392b556c8f2343fa7dd70ca17e86318b657 (diff) | |
| download | mruby-ef01692c543efc4693b4e00901797f6d7d2c4966.tar.gz mruby-ef01692c543efc4693b4e00901797f6d7d2c4966.zip | |
Merge pull request #2289 from take-cheeze/local_variables_iso
Add ISO index to `Kernel.local_variables`.
| -rw-r--r-- | mrbgems/mruby-proc-ext/test/proc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-proc-ext/test/proc.rb b/mrbgems/mruby-proc-ext/test/proc.rb index 4da98de05..443bd330c 100644 --- a/mrbgems/mruby-proc-ext/test/proc.rb +++ b/mrbgems/mruby-proc-ext/test/proc.rb @@ -75,7 +75,7 @@ assert('mrb_cfunc_env_get') do assert_equal 1, t.get_int(1) end -assert('Kernel.local_variables') do +assert('Kernel.local_variables', '15.3.1.2.7') do a, b = 0, 1 a += b |
