Object
An instance of this class permits to manage {Enum}s. In fact, Enums is a collection of {Enum}s.
@param [Enum] enum Add an {Enum} to the collection.
# File lib/ffi/enum.rb, line 36 def <<(enum) @all_enums << enum @tagged_enums[enum.tag] = enum unless enum.tag.nil? @symbol_map.merge!(enum.symbol_map) end
Generated with the Darkfish Rdoc Generator 2.