module Gemmy::Patches::IntegerPatch::InstanceMethods::Of

Public Instance Methods

of(&block) click to toggle source

facets

# File lib/gemmy/patches/integer_patch.rb, line 96
def of(&block)
  Array.new(self, &block)
end
Also aliased as: times_map
times_map(&block)
Alias for: of