9 lines
108 B
Ruby
9 lines
108 B
Ruby
# typed: strict
|
|
# frozen_string_literal: true
|
|
|
|
require "os/linux/elf"
|
|
|
|
class Pathname
|
|
prepend ELFShim
|
|
end
|