Method: BinStruct::Array#last

Defined in:
lib/bin_struct/array.rb

#lastObject

Return last element.

Returns:

  • (Object)


64
# File 'lib/bin_struct/array.rb', line 64

def_delegators :@array, :[], :clear, :each, :empty?, :first, :last, :size