「Ruby」条件分岐ifの使い方 2020年5月22日書式 code if condition コード #!/usr/bin/ruby $debug=1 print “test data\n" if $debug 実行結果 test data RubyPosted by arkgame