My Recent Pastes (16 and counting)

Pastes by PotatoSalad (16 and counting)

Pages:

Below are the 1 most recent pasties by PotatoSalad.

August 01, 2007
1:58PM EDT
by PotatoSalad

class Array
  def recursively(&block)
    map do |item|
      if item.is_a?(self.class)
        item.recursively(&block)

Previous page