# File lib/active_record/fixtures/file.rb, line 18 def self.open(file) x = new file block_given? ? yield(x) : x end