# File lib/geo_ruby/shp4r/dbf.rb, line 61
        def field(field_name)
          @fields.detect {|f| f.name == field_name.to_s}
        end