Imported Upstream version 1.46.0
[platform/upstream/nghttp2.git] / third-party / mruby / mrbgems / mruby-hash-ext / mrblib / hash.rb
index 547f340..33e2dcb 100644 (file)
@@ -494,4 +494,7 @@ class Hash
       self.fetch(k, &block)
     end
   end
+
+  alias filter select
+  alias filter! select!
 end