OlderDiff < 20110121T001300Z < ThisDiff > 20110121T234725Z > NewerDiff
COMMIT Dir.glob uses #to_path when the receiver responds to it. Closes #36. =================================================================== +++ 20110121T234725Z @@ 10668 @@ /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/dir/element_reference_spec.rb Dir.[] +- calls #to_str to convert patterns +- splits the string on \0 if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 10731 @@ /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/dir/glob_spec.rb Dir.glob +- calls #to_str to convert patterns +- splits the string on \0 if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 33911 @@ /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/dir/element_reference_spec.rb Dir.[] +- calls #to_str to convert patterns +- splits the string on \0 if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 34022 @@ /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/dir/glob_spec.rb Dir.glob +- calls #to_str to convert patterns +- splits the string on \0 if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + =================================================================== --- 20110121T001300Z @@ 10668 @@ /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/dir/element_reference_spec.rb Dir.[] -- converts patterns with to_str -- splits the string on [00] if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 10731 @@ /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/dir/glob_spec.rb Dir.glob -- converts patterns with to_str -- splits the string on [00] if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 33911 @@ /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/dir/element_reference_spec.rb Dir.[] -- converts patterns with to_str -- splits the string on [00] if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special + @@ 34022 @@ /home/chkbuild/tmp/build/ruby-1.8/<buildtime>/rubyspec/core/dir/glob_spec.rb Dir.glob -- converts patterns with to_str -- splits the string on [00] if there is only one string given - matches non-dotfiles with '*' - returns empty array when empty pattern provided - matches regexp special +
OlderDiff < 20110121T001300Z < ThisDiff > 20110121T234725Z > NewerDiff