Object
Educate Ruby 1.8.7 about the #length method.
# File lib/asciidoctor/core_ext/symbol/length.rb, line 3 def length to_s.length end