class Elf::File::NotAnELF
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/elf/file.rb, line 31 def initialize super("not a valid ELF file") end