■現在の分を表示する

■書式

Time.now.min

■説明

現在の分を表示するにはTime.now.minの値をprintで表示します。

■サンプル

#!/usr/bin/ruby
h = Time.now.min
print h,"\n"