This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit e6aff6d37c69b21d99e095d44fe4d38a3c0113de
tree b5086200eab6b01c12e4850b0f4346d5c94966c0
parent 22048b5494630a67e2d097ac1f4fddfc421755b8
tree b5086200eab6b01c12e4850b0f4346d5c94966c0
parent 22048b5494630a67e2d097ac1f4fddfc421755b8
... |
... |
|
... |
... |
|
... |
... |
|





Comments
Hi. I get load orders on Ubuntu from core.rb
Adding “sort” to the file require loop fixes this.
Dir[File.join(File.dirname(FILE), “core”, ”*.rb”)].sort.each do |file| ... end