mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Sort filenames [ci skip]
This commit is contained in:
parent
9c0189582d
commit
69ea2701ae
1 changed files with 3 additions and 2 deletions
|
@ -10,18 +10,19 @@
|
||||||
# prelude
|
# prelude
|
||||||
prelude.rb
|
prelude.rb
|
||||||
rbconfig.rb
|
rbconfig.rb
|
||||||
|
|
||||||
array.rb
|
array.rb
|
||||||
ast.rb
|
ast.rb
|
||||||
dir.rb
|
dir.rb
|
||||||
gc.rb
|
gc.rb
|
||||||
numeric.rb
|
|
||||||
io.rb
|
io.rb
|
||||||
kernel.rb
|
kernel.rb
|
||||||
|
numeric.rb
|
||||||
pack.rb
|
pack.rb
|
||||||
|
ractor.rb
|
||||||
timev.rb
|
timev.rb
|
||||||
trace_point.rb
|
trace_point.rb
|
||||||
warning.rb
|
warning.rb
|
||||||
ractor.rb
|
|
||||||
|
|
||||||
# the lib/ directory (which has its own .document file)
|
# the lib/ directory (which has its own .document file)
|
||||||
lib
|
lib
|
||||||
|
|
Loading…
Reference in a new issue