Sha256: 89563c0b6ae167a3cf8a30e8eea70f551331a2646f23dfebf6c2e7f18811323d

Contents?: true

Size: 539 Bytes

Versions: 6606

Compression:

Stored size: 539 Bytes

Contents

module CodeRay
  
  # This module holds the Encoder class and its subclasses.
  # For example, the HTML encoder is named CodeRay::Encoders::HTML
  # can be found in coderay/encoders/html.
  #
  # Encoders also provides methods and constants for the register
  # mechanism and the [] method that returns the Encoder class
  # belonging to the given format.
  module Encoders
    
    extend PluginHost
    plugin_path File.dirname(__FILE__), 'encoders'
    
    autoload :Encoder, CodeRay.coderay_path('encoders', 'encoder')
    
  end
end

Version data entries

6,606 entries across 6,597 versions & 60 rubygems

Version Path
tdiary-5.0.6 vendor/bundle/gems/coderay-1.1.2/lib/coderay/encoders.rb
coderay-1.1.2 lib/coderay/encoders.rb
coderay-1.1.2.rc1 lib/coderay/encoders.rb
logstash-filter-cache-redis-0.3.1 vendor/bundle/jruby/1.9/gems/coderay-1.1.1/lib/coderay/encoders.rb
logstash-filter-cache-redis-0.3.0 vendor/bundle/jruby/1.9/gems/coderay-1.1.1/lib/coderay/encoders.rb
logstash-filter-cache-redis-0.2.0 vendor/bundle/jruby/1.9/gems/coderay-1.1.1/lib/coderay/encoders.rb
logstash-filter-cache-redis-0.1.0 vendor/bundle/jruby/1.9/gems/coderay-1.1.1/lib/coderay/encoders.rb
tdiary-5.0.5 vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb
logstash-filter-csharp-0.1.0 vendor/bundle/jruby/2.3.0/gems/coderay-1.1.1/lib/coderay/encoders.rb
logstash-filter-htmlentities-0.1.0 vendor/bundle/jruby/1.9/gems/coderay-1.1.1/lib/coderay/encoders.rb
logstash-output-icinga-1.0.0 vendor/jruby/1.9/gems/coderay-1.1.1/lib/coderay/encoders.rb
lazy_record-0.2.1 vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb
lazy_record-0.2.0 vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb
lazy_record-0.1.9 vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb
lazy_record-0.1.8 vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb
lazy_record-0.1.7 vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb
lazy_record-0.1.6 vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb
lazy_record-0.1.4 vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb
tdiary-5.0.4 vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb