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-print/mrblib/print.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mrbgems/mruby-print') diff --git a/mrbgems/mruby-print/mrblib/print.rb b/mrbgems/mruby-print/mrblib/print.rb index 38a10661b..77a1cb696 100644 --- a/mrbgems/mruby-print/mrblib/print.rb +++ b/mrbgems/mruby-print/mrblib/print.rb @@ -1,11 +1,9 @@ -## -# Kernel -# -# ISO 15.3.1 module Kernel + ## # Invoke method +print+ on STDOUT and passing +*args+ # + # @mrbgem mruby-print # ISO 15.3.1.2.10 def print(*args) i = 0 @@ -19,6 +17,7 @@ module Kernel ## # Invoke method +puts+ on STDOUT and passing +*args*+ # + # @mrbgem mruby-print # ISO 15.3.1.2.11 def puts(*args) i = 0 @@ -36,6 +35,7 @@ module Kernel ## # Print human readable object description # + # @mrbgem mruby-print # ISO 15.3.1.3.34 def p(*args) i = 0 -- cgit v1.2.3