Class: MyArray

Inherits:
Array
  • Object
show all
Defined in:
lib/my_array.rb

Instance Method Summary collapse

Instance Method Details

#get_firstObject



2
3
4
# File 'lib/my_array.rb', line 2

def get_first
  self.first
end