18 19 20 21
# File 'lib/basic101/basic_array.rb', line 18 def get(indices) check_indices(indices) array_get(@array, indices) end