lib/rouge/formatter.rb in rouge-1.5.0 vs lib/rouge/formatter.rb in rouge-1.5.1
- old
+ new
@@ -1,4 +1,6 @@
+# -*- coding: utf-8 -*- #
+
module Rouge
# A Formatter takes a token stream and formats it for human viewing.
class Formatter
# @private
REGISTRY = {}