class Elf::File::MissingStringTable

Public Class Methods

new(sect_name) click to toggle source
Calls superclass method
# File lib/elf/file.rb, line 289
def initialize(sect_name)
  super("Requested section '#{sect_name}' but the file has no string table.")
end