class ActiveRecord::FixtureSet::File
def self.open(file)
is called with the filehandle and the filehandle is automatically closed
Open a fixture file named +file+. When called with a block, the block
#
def self.open(file) x = new file block_given? ? yield(x) : x end