Class: Remap::Iteration::Other

Inherits:
Concrete
  • Object
show all
Defined in:
lib/remap/iteration/other.rb

Instance Method Summary collapse

Instance Method Details

#map(&block) ⇒ Object Also known as: call

See Also:

  • Base#map


12
13
14
# File 'lib/remap/iteration/other.rb', line 12

def map(&block)
  block[value]._
end