Class: Enumerator::Yielder

Inherits:
Object show all
Defined in:
lib/foxy/extensions.rb

Instance Method Summary collapse

Instance Method Details

#+(enum) ⇒ Object



57
58
59
# File 'lib/foxy/extensions.rb', line 57

def +(enum)
  enum.each { |it| self << it }
end