class Enumerator::Yielder

Public Instance Methods

+(enum) click to toggle source
# File lib/foxy/extensions.rb, line 57
def +(enum)
  enum.each { |it| self << it }
end