Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Of
- Defined in:
- lib/gemmy/patches/integer_patch.rb
Instance Method Summary collapse
-
#of(&block) ⇒ Object
(also: #times_map)
facets.
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 |