class String

Educate Ruby 1.8.7 about the #chr method.

Public Instance Methods

chr() click to toggle source
# File lib/asciidoctor/core_ext/string/chr.rb, line 3
def chr
  self[0..0]
end