class Elf::File::StringTableNotLoaded

Public Class Methods

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