= private = protected
ord()
‘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