From 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177 Mon Sep 17 00:00:00 2001 From: Seba Gamboa Date: Wed, 14 Oct 2015 14:37:47 -0300 Subject: Mark core gems with mrbgem tag --- mrbgems/mruby-hash-ext/src/hash-ext.c | 2 ++ 1 file changed, 2 insertions(+) (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 bce842cb4..d9a3b8de0 100644 --- a/mrbgems/mruby-hash-ext/src/hash-ext.c +++ b/mrbgems/mruby-hash-ext/src/hash-ext.c @@ -17,6 +17,8 @@ * * 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