lib/rio/if/rubyio.rb in rio-0.4.1 vs lib/rio/if/rubyio.rb in rio-0.4.2

- old
+ new

@@ -1,8 +1,8 @@ #-- # =============================================================================== -# Copyright (c) 2005,2006,2007 Christopher Kleckner +# Copyright (c) 2005,2006,2007,2008 Christopher Kleckner # All rights reserved # # This file is part of the Rio library for ruby. # # Rio is free software; you can redistribute it and/or modify @@ -116,12 +116,12 @@ # end # # anarray == ["L0\n", "L1\n"] # # anarray = rio('afile').lines[0..1] # anarray == ["L0\n", "L1\n"] # - # +recno+ counts the number of times IF::Grande#getrec or IF::Grande#each is used to get a record. + # +recno+ counts the number of times IF::GrandeStream#getrec or IF::Grande#each is used to get a record. # so +recno+ will only concern parts of the file read with grande methods - # IF::Grande#each, IF::Grande#[], IF::Grande#getrec + # IF::Grande#each, IF::Grande#[], IF::GrandeStream#getrec # # See also IF::RubyIO#lineno def recno() target.recno() end