mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 21:25:39 +02:00
Fix code style issues from CodeClimate
This commit is contained in:
parent
d87f499294
commit
3400a1bd3e
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
class Array
|
||||
def include_any? *args
|
||||
def include_any?(*args)
|
||||
(self & args).any?
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue