spacer.png, 0 kB

Login Form






Lost Password?
No account yet? Register

Syndicate



Ireland has sold bonds for over 1 billion Euro Ireland on Tuesday, bonds sold for 1 billion in investor optimism signalman significant motorization.auto-used.co.uk travel to Dubai guide creditcard debts demand for these assets, but faces a tough political fight over the shape of the budget savings for next year Five thousand people will lose jobs as a result of the liquidation Quelle Four to five thousand people have lost used cars reviews.tuner-car.co.uk blog.auto-hobby.co.uk jobs in the coming weeks as a result of the collapse of the house known German shipping Quelle Kasparov: Russia will not help U.S. with Iran Russia relies more on having increased oil prices than we do not allow the arms used cars Xenon Kiteboarding hobby.used-moto.co.uk to Iran with atomic weapons, and therefore does not help the U.S. in the conflict with Iran Obama changes the strategy against Sudan U.S. President Barack Obama change the strategy against Sudan - places to Used auto Used cars teppich cooperate with the government in Khartoum rather than isolate it "50 days to save the world" International negotiators have 50 days to save the world from global warming and break the deadlock on the issue. The contingency plan does not exist - said British Prime Minister Gordon Brown on motorization.auto-hobby.co.uk autos.money4car.co.uk Used cars MEF forums (Major Economies Forum) in London collective 17 countries that emit the largest quantities of CO2.

spacer.png, 0 kB
spacer.png, 0 kB
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
associate [Bug #1755] IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8 (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: associate [Bug #1755] IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8
#1418
associate [Bug #1755] IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8  
Bug #1755: IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8 http://redmine.ruby-lang.org/issues/show/1755 Author: Run Paint Run Run Status: Open, Priority: Normal Category: core ruby -v: ruby 1.9.2dev (2009-07-08 trunk 23995) [i686-linux] $ cat io-reopen.rb   file1 = File.open('a')       file2 = File.open('b')       file1.gets # = antn   file2.gets # = 1n   file1.reopen(file2)   p file1.gets # = 2n   $ echo -e antnbearncroc a   $ echo -e 1n2n3 b   $ ruby -v io-reopen2.rb   ruby 1.9.2dev (2009-07-08 trunk 23995) [i686-linux]   bearn I have nothing against bears, but in this instance suspect 2 would be more appropriate. However, if we call `file.pos` before the #reopen, it works:   $ cat io-reopen.rb   file1 = File.open('a')       file2 = File.open('b')       file1.gets # = antn   file2.gets # = 1n   file1.pos # <
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
spacer.png, 0 kB
spacer.png, 0 kB
spacer.png, 0 kB