forked from roo-rb/roo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apparently #parse is pretty weird in that it includes the header row in the result, as a hash with header keys and values.
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
- replace builder gem with Nokogiri:Builder | ||
- New parameter at #new specifying the name of the directory for the roo temporary files | ||
- New parameter at #new specifying the name of the directory for the roo temporary files? | ||
- Current #parse(headers: true)'s first entry is a hash of the header row as both | ||
keys and values. :-P |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters