Method: Fauxsql::AttributeList#last

Defined in:
lib/fauxsql/attribute_list.rb

#lastObject



17
18
19
# File 'lib/fauxsql/attribute_list.rb', line 17

def last
  self[length - 1]
end