Testing

Ruby code posted by Nic
created at 12 Dec 01:43

Edit | Back
1
2
3
4
5
6
7
def what
 x = "hello there"
 yield x
end

what {|x| puts x }

69 Bytes in 3 ms with coderay