summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-11-18 21:14:19 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2017-11-18 21:14:19 +0900
commit86f9254df0face7538375db5ec94fbba0bd69a11 (patch)
treecf2d5e23ff6c6032ce7f40d951717bc17bc700d7 /doc
parent825e93eba41909f51d7c98a54f7c52fe1835d8ec (diff)
downloadmruby-86f9254df0face7538375db5ec94fbba0bd69a11.tar.gz
mruby-86f9254df0face7538375db5ec94fbba0bd69a11.zip
doc/limitaions.md: Remove `Kernel.binding` entry.
Since no ISO classes/methods are not provided by mruby, there's no use mentioning `Kernel.binding` here.
Diffstat (limited to 'doc')
-rw-r--r--doc/limitations.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/limitations.md b/doc/limitations.md
index db8db9a5c..bdd5e59ab 100644
--- a/doc/limitations.md
+++ b/doc/limitations.md
@@ -201,8 +201,3 @@ The re-defined ```+``` operator does not accept any arguments.
``` 'ab' ```
Behavior of the operator wasn't changed.
-
-## ```Kernel.binding``` missing
-
-```Kernel.binding``` is not implemented as it is not in the
-ISO standard.