Sha256: 89563c0b6ae167a3cf8a30e8eea70f551331a2646f23dfebf6c2e7f18811323d

Contents?: true

Size: 539 Bytes

Versions: 6934

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,934 entries across 6,924 versions & 63 rubygems

Version Path
logstash-output-scalyr-0.1.12 vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders.rb
logstash-output-scalyr-0.1.11.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders.rb
logstash-output-scalyr-0.1.10.beta vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders.rb
logstash-output-scalyr-0.1.9 vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders.rb
logstash-output-scalyr-0.1.8 vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders.rb
logstash-output-scalyr-0.1.7 vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
logstash-output-scalyr-0.1.6 vendor/bundle/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/encoders.rb
mfk_openapi_ruby_client-1.0.0 vendor/bundle/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
logstash-output-newrelic-1.2.0 vendor/bundle/jruby/2.5.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
qiita_org-0.1.35 gems/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
qiita_org-0.1.34 gems/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
qiita_org-0.1.33 gems/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
qiita_org-0.1.32 gems/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
qiita_org-0.1.31 gems/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
qiita_org-0.1.30 gems/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
qiita_org-0.1.29 gems/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
passbase-1.2.0 vendor/bundle/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/encoders.rb