more random code

This commit is contained in:
Torsten Ruger
2014-05-02 08:02:25 +03:00
parent e019f10e19
commit 990b4726ba
8 changed files with 155 additions and 13 deletions

View File

@ -1,3 +1,5 @@
def foo(x)
a = 5
end
end
foo( 3 )