Project

General

Profile

« Previous | Next » 

Revision ee53d97b

Added by nobu (Nobuyoshi Nakada) about 4 years ago

[ruby/irb] Sort shortest files in each load paths

There are two directories where csv*/**/*.rb exist, lib/ and
test/, and depending on the order of tests, test/ may be placed
before lib/. In that case, as "shortest" names were not sorted,
csv/helper.rb will be the first candidate for "csv".

https://github.com/ruby/irb/commit/2af7c6bf71