extend/ENV/super: fix Rubocop warnings.

This commit is contained in:
Mike McQuaid 2016-09-11 17:53:00 +01:00
parent c3dab72e37
commit fb3bec8d70

View File

@ -183,7 +183,7 @@ module Superenv
end end
def determine_dependencies def determine_dependencies
deps.map {|d| d.name}.join(",") deps.map(&:name).join(",")
end end
def determine_cmake_prefix_path def determine_cmake_prefix_path