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.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-11-18 21:14:19 +09:00
parent 825e93eba4
commit 86f9254df0
-5
View File
@@ -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.