summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-print/mrblib/print.rb
AgeCommit message (Collapse)Author
2018-08-18`Kernel#p` should return an array of arguments; fix #4083Yukihiro "Matz" Matsumoto
Although the return value is not defined in ISO, it is better to behave as CRuby does.
2013-03-24Add mruby-printmattn