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