[ create a new paste ] login | about

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

Ruby, pasted on Oct 7:
1
2
3
4
5
6
7
8
9
def I(i=1)
 puts 'ok'
end
def love(i=1)
end
def you
end

I love you


Output:
1
2
t.rb:9: warning: parenthesize argument(s) for future version
ok


Create a new paste based on this one


Comments: