530 531 532 533 534 535 536 537 538
# File 'lib/bio/io/flatfile/index.rb', line 530 def open unless @io then DEBUG.print "FileID: open #{@filename}\n" @io = File.open(@filename, 'rb') true else nil end end