class Bio::GFF::GFF3::FastParserFileRecord
Attributes
io_seek[RW]
Public Class Methods
new(io_seek, buf)
click to toggle source
Calls superclass method
Bio::GFFbrowser::FastLineRecord::new
# File lib/bio/db/gff/file/gfffileiterator.rb, line 28 def initialize io_seek, buf @io_seek = io_seek super(parse_line_fast(buf)) end