My Recent Pastes (3 and counting)

Recent Pasties by monde (3 and counting)

Below are summaries of the 3 most recent pasties by monde.

May 11, 2008
1:56PM EDT
by monde

1
2
3
4
5
#!/usr/bin/env ruby

# originally from
# from http://errtheblog.com/posts/89-huba-huba

September 11, 2007
10:05PM EDT
by monde

1
2
3
4
5
def foo
  a = 1
  b = 2
  c = a + b
end

September 11, 2007
10:00PM EDT
by monde

1
2
3
4
  a = 1
  b = 2
  c = a + b
end