rubyx/test/runners/foo.rb
2014-05-02 08:02:25 +03:00

5 lines
33 B
Ruby

def foo(x)
a = 5
end
foo( 3 )