method

ord

v2_5_5 - Show latest stable - Class: Integer
ord()
public

Returns the int itself.

97.ord   #=> 97

This method is intended for compatibility to character literals in Ruby 1.9.

For example, ?a.ord returns 97 both in 1.8 and 1.9.