6 lines
61 B
Ruby
6 lines
61 B
Ruby
require "os/linux/elf"
|
|
|
|
class Pathname
|
|
prepend ELFShim
|
|
end
|