# File lib/core/facets/integer/of.rb, line 9
  def of(&block)
    Array.new(self, &block)
  end