mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
Improve readability
This commit is contained in:
parent
aea4bf974a
commit
67a90c2ef1
9 changed files with 9 additions and 9 deletions
5
lib/core_monkey_patches/array.rb
Normal file
5
lib/core_monkey_patches/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