Class: MunkresRu::ResultArray

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/munkres_ru.rb

Instance Method Summary collapse

Instance Method Details

#to_aObject



19
20
21
# File 'lib/munkres_ru.rb', line 19

def to_a
  self[:data].get_array_of_int(0, self[:len]).compact
end