# File lib/geo_ruby/shp4r/dbf.rb, line 80 def record(index) seek_to_record(index) active_record? ? build_record : nil end