Commit Graph

13 Commits

Author SHA1 Message Date
mattn e53fa35748 Remove __printstr__ 2013-03-24 00:18:39 +09:00
Tomoyuki Sahara 83a31f7185 IO.printf returns nil on CRuby 2012-10-29 11:14:42 +09:00
Masamitsu MURASE 44b408ad10 puts should print "\n" only when the argument does not end with "\n". 2012-08-13 02:42:32 +09:00
Yukihiro Matsumoto a18699a80c print.rb: raise NotImplementedError for disabled methods 2012-07-17 23:56:57 +09:00
Yukihiro Matsumoto a9247f723a condition updated to preven printf from sprintf redefinition 2012-07-15 17:31:51 +09:00
Daniel Bovensiepen 7f9b91517b raise NoImplementedError also for sprintf in case it isn't available 2012-06-27 14:20:19 +08:00
Daniel Bovensiepen e841135cc1 raise NotImplementedError in case of sprintf is missing 2012-06-27 14:13:11 +08:00
Daniel Bovensiepen 2436ee817a Make printf optional based on sprintf 2012-06-21 15:44:27 +08:00
Yukihiro Matsumoto e61bdbe396 add printf method 2012-06-20 20:45:04 +09:00
Yukihiro Matsumoto 479df23bc0 puts should return nil; close #215 2012-06-03 15:58:15 +09:00
Yukihiro Matsumoto 2728f30297 implement Kernel#p in Ruby 2012-05-18 15:01:45 +09:00
Daniel Bovensiepen 3ea3a081c4 Add documentation for Kernel 2012-05-02 19:23:52 +08:00
mimaki e0d6430f63 add mruby sources 2012-04-20 09:39:03 +09:00