Method: Daru::Core::GroupBy#last

Defined in:
lib/daru/core/group_by.rb

#lastObject

Get the last group



55
56
57
# File 'lib/daru/core/group_by.rb', line 55

def last
  tail(1)
end