From 86f9254df0face7538375db5ec94fbba0bd69a11 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 18 Nov 2017 21:14:19 +0900 Subject: 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. --- doc/limitations.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/limitations.md') 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. -- cgit v1.2.3