rubyx/test/runners/foo.rb

5 lines
33 B
Ruby
Raw Normal View History

def foo(x)
a = 5
2014-05-02 07:02:25 +02:00
end
foo( 3 )