summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-sprintf/mrblib/string.rb
AgeCommit message (Expand)Author
2014-06-04use is_a? Array for String#% argument check as the original PR did in #2349Yukihiro "Matz" Matsumoto
2014-06-03Special treatment for Hashes, not Arrays; ref #2349Yukihiro "Matz" Matsumoto
2014-06-03add 'String#%'.Tomoyuki Sahara