From 4f73ff51e202a12446775bbb6e2c4c35335071f5 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Thu, 24 Jul 2014 08:35:42 +0900 Subject: [PATCH] Add not implemented methods to README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6355e228c..e88817fc9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,20 @@ set1 ^ set2 #=> # ``` +## limitation + +These methods are not implemented yet. + ++ freeze ++ taint ++ untaint ++ to_set ++ flatten_merge ++ flatten ++ flatten! ++ classify ++ divide + ## License under the MIT License: - see LICENSE file