Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit a3e3565

Browse files
committed
Added sort to initialize constant to serve developers using Ubunty and RVM
1 parent 4ef5a76 commit a3e3565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/odata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'odata',
77
'*.rb'
88
)
9-
].each { |f| require f }
9+
].sort.each { |f| require f }
1010

1111
module OData
1212

0 commit comments

Comments
 (0)