Method: Microformats2::Collection#first

Defined in:
lib/microformats2/collection.rb

#firstObject



40
41
42
43
# File 'lib/microformats2/collection.rb', line 40

def first
  warn "[DEPRECATION] `first` is deprecated and will be removed in the next release.  Please use `items.first` instead."
  items.first
end