-
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.
* lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,
"#{aCell}" and so on. * test/csv/test_csv.rb: add tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
nahi
committed
Dec 12, 2003
1 parent
232b4c2
commit 30e1429
Showing
3 changed files
with
46 additions
and
1 deletion.
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,3 +1,10 @@ | ||
Fri Dec 12 22:36:44 2003 NAKAMURA, Hiroshi <[email protected]> | ||
|
||
* lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell, | ||
"#{aCell}" and so on. | ||
|
||
* test/csv/test_csv.rb: add tests. | ||
|
||
Fri Dec 12 19:33:06 2003 Minero Aoki <[email protected]> | ||
|
||
* lib/fileutils.rb (mkdir): remove trailing `/' from pathes. | ||
|
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
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