lib/kramdown/converter/toc.rb in motion-kramdown-0.6.0 vs lib/kramdown/converter/toc.rb in motion-kramdown-1.16.2
- old
+ new
@@ -1,14 +1,14 @@
# -*- coding: utf-8 -*-
#
#--
-# Copyright (C) 2009-2015 Thomas Leitner <t_leitner@gmx.at>
+# Copyright (C) 2009-2016 Thomas Leitner <t_leitner@gmx.at>
#
# This file is part of kramdown which is licensed under the MIT.
#++
#
-# RM require 'kramdown/converter'
+require 'kramdown/converter'
module Kramdown
module Converter