Sha256: 89563c0b6ae167a3cf8a30e8eea70f551331a2646f23dfebf6c2e7f18811323d

Contents?: true

Size: 539 Bytes

Versions: 6888

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,888 entries across 6,879 versions & 61 rubygems

Version Path
cybrid_api_bank_ruby-0.123.149 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_id_ruby-0.123.149 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_organization_ruby-0.123.149 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_bank_ruby-0.123.148 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_id_ruby-0.123.148 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_organization_ruby-0.123.148 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_bank_ruby-0.123.147 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_organization_ruby-0.123.147 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_id_ruby-0.123.147 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
ory-client-1.16.2 vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
avalara_sdk-24.12.2 vendor/bundle/ruby/2.7.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_bank_ruby-0.123.145 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_organization_ruby-0.123.145 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_id_ruby-0.123.145 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_bank_ruby-0.123.144 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_id_ruby-0.123.144 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_organization_ruby-0.123.144 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
ory-client-1.16.1 vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
ory-client-1.16.0 vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders.rb
cybrid_api_bank_ruby-0.123.143 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders.rb