dbf 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +0,0 @@
1
- module DBF
2
- module Column
3
- class Dbase < Base
4
-
5
- end
6
- end
7
- end
@@ -1,9 +0,0 @@
1
- module DBF
2
- module Column
3
- class Foxpro < Base
4
- # def unpack_binary(value) # nodoc
5
- # value.unpack('d')[0]
6
- # end
7
- end
8
- end
9
- end