# File lib/randexp/core_ext/array.rb, line 2
  def pick
    at Kernel.rand(size)
  end