1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nahi 2004-05-27 02:26:15 +00:00
parent 61949eefde
commit 015e218d6c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu May 27 11:25:03 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
* test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).
Wed May 26 23:12:13 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
* lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read and

View file

@ -2,7 +2,7 @@ require 'test/unit'
require 'tempfile'
require 'fileutils'
require '../lib/csv.rb'
require 'csv'
class CSV
class StreamBuf