# File lib/randexp/core_ext/integer.rb, line 2
  def of
    (1..self).to_a.map { yield }
  end