diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-13 20:36:10 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-13 20:36:10 +0900 |
| commit | 40b92e35293d7d1bfbffee2efd2eac2cfe7f105a (patch) | |
| tree | 9f79ec1255d90650ccb3d6cc8673fd7265da15df /doc | |
| parent | 17da8f3c996fd3085dc2d3662a0a1c8d62e4abb4 (diff) | |
| parent | 502baaba399ce4e65b60e60470b51d2c550b594a (diff) | |
| download | mruby-40b92e35293d7d1bfbffee2efd2eac2cfe7f105a.tar.gz mruby-40b92e35293d7d1bfbffee2efd2eac2cfe7f105a.zip | |
Merge pull request #2392 from take-cheeze/doc_update
Update document and add :doc task.
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 |
