extend/ENV/super: fix Rubocop warnings.
This commit is contained in:
parent
c3dab72e37
commit
fb3bec8d70
@ -183,7 +183,7 @@ module Superenv
|
||||
end
|
||||
|
||||
def determine_dependencies
|
||||
deps.map {|d| d.name}.join(",")
|
||||
deps.map(&:name).join(",")
|
||||
end
|
||||
|
||||
def determine_cmake_prefix_path
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user