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



38
39
40
# File 'lib/gemmy/patches/integer_patch.rb', line 38

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