diff options
Diffstat (limited to 'lib/coderay/encoders/statistic.rb')
-rw-r--r-- | lib/coderay/encoders/statistic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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: |