Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Integerクラス > ord

instance method Integer#ord

ord -> Integer[permalink][rdoc]

自身を返します。

10.ord    #=> 10
?a.ord    #=> 97