「Ruby」条件分岐ifの使い方 2020年5月22日書式 code if condition コード #!/usr/bin/ruby $debug=1 print “test data\n" if $debug 実行結果 test data 関連投稿: 「Ruby」Time.newで現在時刻を取得するサンプル 「Ruby」for文で配列の要素から値を取り出すサンプル Rubyでメモリの文字列を圧縮、解凍する 「Ruby」each()で要素を繰り返すサンプル RubyPosted by arkgame