Method: Microformats2::Collection#last

Defined in:
lib/microformats2/collection.rb

#lastObject



45
46
47
48
# File 'lib/microformats2/collection.rb', line 45

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