Use Array.
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
ab696cbbb7
commit
25910b9c68
@ -97,7 +97,7 @@ module ELFShim
|
|||||||
# An array of runtime search path entries, such as:
|
# An array of runtime search path entries, such as:
|
||||||
# ["/lib", "/usr/lib", "/usr/local/lib"]
|
# ["/lib", "/usr/lib", "/usr/local/lib"]
|
||||||
def rpaths
|
def rpaths
|
||||||
rpath&.split(":").to_a
|
Array(rpath&.split(":"))
|
||||||
end
|
end
|
||||||
|
|
||||||
def interpreter
|
def interpreter
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user