From: <ki...@us...> - 2014-06-06 13:23:31
|
Revision: 2524 http://sourceforge.net/p/rubycocoa/svn/2524 Author: kimuraw Date: 2014-06-06 13:23:27 +0000 (Fri, 06 Jun 2014) Log Message: ----------- Correct "?x" style number literals to numerical literals ruby-1.8> ?x # => 120 (ASCII code) ruby-2.1> ?x # => "x" (String) Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_printf_format.rb trunk/src/tests/tc_types.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |