diff options
| author | take_cheeze <[email protected]> | 2014-06-13 17:27:01 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-06-13 17:28:45 +0900 |
| commit | 502baaba399ce4e65b60e60470b51d2c550b594a (patch) | |
| tree | dac68859d220f05247b54fd6d2c5957ae9e2ea37 /doc | |
| parent | c07feca5708ed5aa1dbacb821c789970310a580d (diff) | |
| download | mruby-502baaba399ce4e65b60e60470b51d2c550b594a.tar.gz mruby-502baaba399ce4e65b60e60470b51d2c550b594a.zip | |
Update document by regenerating it.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/language/Core.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/language/Core.md b/doc/language/Core.md index 033939865..d7331e7f3 100644 --- a/doc/language/Core.md +++ b/doc/language/Core.md @@ -1328,6 +1328,12 @@ ISO Code | Source File | C Function --- | --- | --- 15.3.1.2.5 | src/kernel.c | mrb_f_block_given_p_m +#### local_variables + +ISO Code | Source File | C Function +--- | --- | --- +15.3.1.2.7 | src/kernel.c | mrb_local_variables + #### raise ISO Code | Source File | C Function @@ -1498,6 +1504,12 @@ ISO Code | Source File | C Function --- | --- | --- 15.3.1.3.26 | src/kernel.c | mrb_obj_is_kind_of_m +#### local_variables + +ISO Code | Source File | C Function +--- | --- | --- +15.3.1.3.28 | src/kernel.c | mrb_local_variables + #### methods ISO Code | Source File | C Function |
