From 5efcf487985e7348ed3d39f33b7185028a6e3716 Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 21 May 2011 03:03:31 +0000 Subject: various fixes and cleanups in CodeRay's helpers --- lib/coderay/encoders/statistic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/encoders/statistic.rb') diff --git a/lib/coderay/encoders/statistic.rb b/lib/coderay/encoders/statistic.rb index 4a6a845..e52f28f 100644 --- a/lib/coderay/encoders/statistic.rb +++ b/lib/coderay/encoders/statistic.rb @@ -6,7 +6,7 @@ module Encoders # Alias: +stats+ class Statistic < Encoder - register_for :stats, :statistic + register_for :statistic attr_reader :type_stats, :real_token_count # :nodoc: -- cgit v1.2.1