Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/mll/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#mostObject



4
5
6
# File 'lib/mll/core_ext.rb', line 4

def most
  MLL::most[self]
end

#restObject



7
8
9
# File 'lib/mll/core_ext.rb', line 7

def rest
  MLL::rest[self]
end