From: Urban Hafner Date: 2002-06-28T19:23:10+09:00 Subject: rubicon I've run rubicon on my box and it gives me a syntax error: ./rubicon_tests.rb:374:in `require': ./builtin/TestIO.rb:980: parse error (SyntaxError) assert_equal(? , file.getc) ^ ./builtin/TestIO.rb:980: parse error from ./rubicon_tests.rb:374:in `run' from ./rubicon_tests.rb:373:in `each' from ./rubicon_tests.rb:373:in `run' from AllTests.rb:28 make: *** [test] Error 1 If you replace that line (980) "with assert_equal(?\ , file.getc)" it does work. There are two ohter errors but these don't stop the whole program. It this a bug in ruby or in rubicon? urban@fish:~/Programmieren/Ruby/rubicon$ ruby -v ruby 1.7.2 (2002-06-26) [i686-linux] Urban -- One is one's own guardian. What other guardian could one have? With oneself well disciplined one obtains a rare guardian indeed. 160