Object
Educate Ruby 1.8.7 about the #chr method.
# File lib/asciidoctor/core_ext/string/chr.rb, line 3 def chr self[0..0] end