linoleum-club/test.rb

10 lines
71 B
Ruby

$value = 5
# p awdawd
def test_func
p $value.to_s
end
test_func