mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Remove lib
folder from autoload path
- Load extensions explicitly
This commit is contained in:
parent
9ea5b54f5c
commit
30ac973f96
12 changed files with 25 additions and 25 deletions
5
lib/core_ext/array.rb
Normal file
5
lib/core_ext/array.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class Array
|
||||
def include_any? *args
|
||||
(self & args).any?
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue