このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ

Ruby 2.1.0 リファレンスマニュアル

instance method Time#mon

mon -> Integer[permalink][rdoc]
month -> Integer

月を整数で返します。

p Time.local(2000, 1, 1).month #=> 1