[ create a new paste ] login | about

Link: http://codepad.org/xm3idLsh    [ raw code | fork ]

Ruby, pasted on May 22:
1
2
3
4
5
6
def each
  ..... do something ......
  ..... get each and put it into x ......
  yield x
  ..... do something else
end


Create a new paste based on this one


Comments: