From 25c8e9536530afa72bacb78702a7a6d132c354f3 Mon Sep 17 00:00:00 2001 From: Seba Gamboa Date: Wed, 21 Oct 2015 14:31:13 -0300 Subject: Revert "Mark core gems with mrbgem tag" This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177. --- mrbgems/mruby-hash-ext/src/hash-ext.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mrbgems/mruby-hash-ext/src') diff --git a/mrbgems/mruby-hash-ext/src/hash-ext.c b/mrbgems/mruby-hash-ext/src/hash-ext.c index d9a3b8de0..bce842cb4 100644 --- a/mrbgems/mruby-hash-ext/src/hash-ext.c +++ b/mrbgems/mruby-hash-ext/src/hash-ext.c @@ -17,8 +17,6 @@ * * h = { "cat" => "feline", "dog" => "canine", "cow" => "bovine" } * h.values_at("cow", "cat") #=> ["bovine", "feline"] - * - * @mrbgem mruby-hash-ext */ static mrb_value -- cgit v1.2.3