class Symbol

Educate Ruby 1.8.7 about the #length method.

Public Instance Methods

length() click to toggle source
# File lib/asciidoctor/core_ext/1.8.7/symbol/length.rb, line 3
def length
  to_s.length
end