class FFIDB::Header

Public Instance Methods

<=>(other) click to toggle source

@param [Header] other @return [Integer]

# File lib/ffidb/header.rb, line 15
def <=>(other)
  self.name <=> other.name
end