summaryrefslogtreecommitdiffhomepage
path: root/mrblib/string.rb
AgeCommit message (Expand)Author
2013-02-17String#gsub fix with last characterDaniel Bovensiepen
2013-02-12Added String#sub/sub! and String#gsub/gsub!Yuichiro MASUI
2012-11-02delete needless output in String#[]=skandhas
2012-11-01String#each_byte to use String#bytes; close #508Yukihiro Matsumoto
2012-06-26raise NotImplementedError from regexp related string methods; close #319Yukihiro Matsumoto
2012-05-03Add documentation to StringDaniel Bovensiepen
2012-04-20add mruby sourcesmimaki