Use Array.

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Carlo Cabrera 2022-08-26 22:29:55 +08:00 committed by GitHub
parent ab696cbbb7
commit 25910b9c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ module ELFShim
# An array of runtime search path entries, such as:
# ["/lib", "/usr/lib", "/usr/local/lib"]
def rpaths
rpath&.split(":").to_a
Array(rpath&.split(":"))
end
def interpreter