Method: AutoC::HashMap::List#initialize
- Defined in:
- lib/autoc/hash_map.rb
#initialize(*args, **kws) ⇒ List
Returns a new instance of List.
236 237 238 239 240 |
# File 'lib/autoc/hash_map.rb', line 236 def initialize(*args, **kws) super _map = _master._master # this list is a subcomponent of a set which is in turn a subcomponent of the map @_index = _map.index end |