class Array

Public Instance Methods

init(n=1) click to toggle source
# File lib/extensions/array.rb, line 2
def init(n=1)
  take size - n
end