Class: FFIDB::Header

Inherits:
Object
  • Object
show all
Includes:
Comparable, SymbolTable
Defined in:
lib/ffidb/header.rb

Instance Method Summary collapse

Methods included from SymbolTable

#each_enum, #each_function, #each_struct, #each_symbol, #each_type, #each_typedef, #each_union, #types

Instance Method Details

#<=>(other) ⇒ Integer

Parameters:

Returns:

  • (Integer)


15
16
17
# File 'lib/ffidb/header.rb', line 15

def <=>(other)
  self.name <=> other.name
end