forked from jasder/forgeplus
Fix add puts method
This commit is contained in:
parent
f099e8c385
commit
f8e34c88ea
|
@ -1,3 +1,5 @@
|
||||||
def test_r
|
def test_r
|
||||||
puts "fsaf"
|
puts "fsaf"
|
||||||
|
|
||||||
|
puts "success"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue