Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #81 from diegosteiner/hotfix/uninitialized-constant
Browse files Browse the repository at this point in the history
Include correct constant
  • Loading branch information
infused committed Oct 10, 2016
2 parents f0abe27 + 8f0748b commit d3fbce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dbf/table.rb
Expand Up @@ -6,7 +6,7 @@ class FileNotFoundError < StandardError
# methods for enumerating and searching the records.
class Table
include Enumerable
include Schema
include ::DBF::Schema

DBF_HEADER_SIZE = 32

Expand Down

0 comments on commit d3fbce3

Please sign in to comment.