.. |
module
|
Add Module#attr_accessor_with_default to initialize value of attribute before setting it. Closes #6538. [Stuart Halloway, Marcel Molina Jr.]
|
2006-11-16 19:35:13 +00:00 |
array_ext_test.rb
|
Silence warnings; use more precise assertions.
|
2006-12-16 23:45:44 +00:00 |
blank_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
cgi_ext_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
class_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
date_ext_test.rb
|
DateTime#to_time gives hour/minute/second resolution. Closes #5747.
|
2006-08-07 22:07:33 +00:00 |
enumerable_test.rb
|
Optional identity for Enumerable#sum defaults to zero. Closes #5657.
|
2006-07-09 20:48:31 +00:00 |
exception_test.rb
|
Tighten rescue clauses. Closes #5985.
|
2006-08-31 03:16:28 +00:00 |
hash_ext_test.rb
|
Hash#slice(*keys) returns a new hash with only the given keys. #slice! replaces the hash with only the given keys. Works with HashWithIndifferentAccess also.
|
2006-12-17 00:49:41 +00:00 |
integer_ext_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
kernel_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
load_error_tests.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
module_test.rb
|
alias_method_chain yields method target and punctuation to simplify wrapper method definition. Used by the deprecate module method.
|
2006-09-15 03:42:54 +00:00 |
name_error_test.rb
|
Eliminate Active Support warnings.
|
2006-08-29 08:24:04 +00:00 |
numeric_ext_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
object_and_class_ext_test.rb
|
Eliminate Active Support warnings.
|
2006-08-29 08:24:04 +00:00 |
pathname_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
proc_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
range_ext_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
string_ext_test.rb
|
make sure the String::Access methods return strings, and not multibyte Char instances
|
2006-10-13 20:27:46 +00:00 |
symbol_test.rb
|
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
|
2006-07-08 18:14:49 +00:00 |
time_ext_test.rb
|
Added Time#to_s(:time) which will just return H:M, like 17:44 [DHH]
|
2006-11-25 23:56:28 +00:00 |