Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Of

Defined in:
lib/gemmy/patches/integer_patch.rb

Instance Method Summary collapse

Instance Method Details

#of(&block) ⇒ Object Also known as: times_map

facets



96
97
98
# File 'lib/gemmy/patches/integer_patch.rb', line 96

def of(&block)
  Array.new(self, &block)
end