diff options
Diffstat (limited to 'mrbgems/mruby-hash-ext/src')
| -rw-r--r-- | mrbgems/mruby-hash-ext/src/hash-ext.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
