class Elf::File::InvalidElfType
Public Class Methods
new(type)
click to toggle source
Calls superclass method
# File lib/elf/file.rb, line 61 def initialize(type) super("Invalid Elf type #{type}") end