540 541 542 543 544 545 546 547 548 549
# File 'lib/bio/io/flatfile/index.rb', line 540 def close if @io then DEBUG.print "FileID: close #{@filename}\n" @io.close @io = nil nil else true end end