Fix add puts method

This commit is contained in:
Jasder 2020-07-21 14:26:04 +08:00
parent f099e8c385
commit f8e34c88ea
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
def test_r
puts "fsaf"
puts "success"
end