Method: Fetching::FetchingArray#first

Defined in:
lib/fetching/fetching_array.rb

#firstObject



16
17
18
# File 'lib/fetching/fetching_array.rb', line 16

def first
  self[0]
end