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