「Ruby」条件分岐ifの使い方

書式
code if condition

コード
#!/usr/bin/ruby

$debug=1
print “test data\n" if $debug

実行結果
test data

Ruby

Posted by arkgame