summaryrefslogtreecommitdiff
path: root/doc/string/ord.rdoc
blob: d586363d44042a3cc48f083200ae170dbe77ce5b (plain)
1
2
3
4
5
6
Returns the integer ordinal of the first character of +self+:

  'h'.ord         # => 104
  'hello'.ord     # => 104
  'тест'.ord      # => 1090
  'こんにちは'.ord  # => 12371