lib/dbf/table.rb in dbf-3.0.7 vs lib/dbf/table.rb in dbf-3.0.8
- old
+ new
@@ -4,10 +4,10 @@
# DBF::Table is the primary interface to a single DBF file and provides
# methods for enumerating and searching the records.
class Table
include Enumerable
- include Schema
+ include ::DBF::Schema
DBF_HEADER_SIZE = 32
VERSIONS = {
'02' => 'FoxBase',