mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* test/csv/test_features.rb: add require for Tempfile.
* test/csv/test_serialization.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8a995a56c7
commit
331352e676
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sat Jul 7 23:07:30 2012 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
||||||
|
|
||||||
|
* test/csv/test_features.rb: add require for Tempfile.
|
||||||
|
* test/csv/test_serialization.rb: ditto.
|
||||||
|
|
||||||
Fri Jul 6 06:49:50 2012 Eric Hodel <drbrain@segment7.net>
|
Fri Jul 6 06:49:50 2012 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* array.c (rb_ary_aref): Added a description of the behavior of
|
* array.c (rb_ary_aref): Added a description of the behavior of
|
||||||
|
|
|
@ -13,6 +13,7 @@ rescue LoadError
|
||||||
end
|
end
|
||||||
|
|
||||||
require_relative "base"
|
require_relative "base"
|
||||||
|
require "tempfile"
|
||||||
|
|
||||||
class TestCSV::Features < TestCSV
|
class TestCSV::Features < TestCSV
|
||||||
extend DifferentOFS
|
extend DifferentOFS
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
# under the terms of Ruby's license.
|
# under the terms of Ruby's license.
|
||||||
|
|
||||||
require_relative "base"
|
require_relative "base"
|
||||||
|
require "tempfile"
|
||||||
|
|
||||||
# An example of how to provide custom CSV serialization.
|
# An example of how to provide custom CSV serialization.
|
||||||
class Hash
|
class Hash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue