Method: Daru::Core::GroupBy#last
- Defined in:
- lib/daru/core/group_by.rb
#last ⇒ Object
Get the last group
55 56 57 |
# File 'lib/daru/core/group_by.rb', line 55 def last tail(1) end |
Get the last group
55 56 57 |
# File 'lib/daru/core/group_by.rb', line 55 def last tail(1) end |