Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.3.8) is shown here.
ord()
public
‘a’.ord
== ‘a’[0] for Ruby 1.9 forward compatibility.
# File activesupport/lib/active_support/core_ext/string/conversions.rb, line 9
def ord
self[0]
end