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