class ELFTools::Sections::NullSection

Class of null section. Null section is for specific the end of linked list (sh_link) between sections.

Public Instance Methods

null?() click to toggle source

Is this a null section? @return [Boolean] Yes it is.

# File lib/elftools/sections/null_section.rb, line 13
def null?
  true
end