8 lines
92 B
Ruby
8 lines
92 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "os/linux/elf"
|
|
|
|
class Pathname
|
|
prepend ELFShim
|
|
end
|