Class: MyArray
- Inherits:
-
Array
- Object
- Array
- MyArray
- Defined in:
- lib/my_array.rb
Instance Method Summary collapse
Instance Method Details
#get_first ⇒ Object
2 3 4 |
# File 'lib/my_array.rb', line 2 def get_first self.first end |