# File lib/geo_ruby/shp4r/dbf.rb, line 42 def self.open(file) reader = Reader.new(file) if block_given? yield reader reader.close else reader end end