forgeplus/test_devops.rb

4 lines
59 B
Ruby
Raw Normal View History

2020-07-24 17:30:44 +08:00
def test_devops
puts "This is good idea."
2020-08-19 14:43:22 +08:00
puts "OK"
2020-07-24 17:30:44 +08:00
end