From b09e97b08c3c073e79159ff09f6a7e0779fcfd2e Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Tue, 22 Oct 2013 01:11:31 +0200 Subject: use autoload again --- lib/coderay/style.rb | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 lib/coderay/style.rb (limited to 'lib/coderay/style.rb') diff --git a/lib/coderay/style.rb b/lib/coderay/style.rb deleted file mode 100644 index df4704f..0000000 --- a/lib/coderay/style.rb +++ /dev/null @@ -1,23 +0,0 @@ -module CodeRay - - # This module holds the Style class and its subclasses. - # - # See Plugin. - module Styles - extend PluginHost - plugin_path File.dirname(__FILE__), 'styles' - - # Base class for styles. - # - # Styles are used by Encoders::HTML to colorize tokens. - class Style - extend Plugin - plugin_host Styles - - DEFAULT_OPTIONS = { } # :nodoc: - - end - - end - -end -- cgit v1.2.1