lib/kramdown/document.rb in kramdown-2.4.0 vs lib/kramdown/document.rb in kramdown-2.5.0
- old
+ new
@@ -119,10 +119,10 @@
else
super
end
end
- def inspect #:nodoc:
+ def inspect # :nodoc:
"<KD:Document: options=#{@options.inspect} root=#{@root.inspect} warnings=#{@warnings.inspect}>"
end
# Try requiring a parser or converter class and don't raise an error if the file is not found.
def try_require(type, name)