Sha256: c3b652258145ebfa6f9ce57a79e52b49e52e5dd2eb64f10215f0f156d4e7391f

Contents?: true

Size: 663 Bytes

Versions: 6934

Compression:

Stored size: 663 Bytes

Contents

require 'strscan'

module CodeRay
  
  autoload :WordList, coderay_path('helpers', 'word_list')
  
  # = Scanners
  #
  # This module holds the Scanner class and its subclasses.
  # For example, the Ruby scanner is named CodeRay::Scanners::Ruby
  # can be found in coderay/scanners/ruby.
  #
  # Scanner also provides methods and constants for the register
  # mechanism and the [] method that returns the Scanner class
  # belonging to the given lang.
  #
  # See PluginHost.
  module Scanners
    
    extend PluginHost
    plugin_path File.dirname(__FILE__), 'scanners'
    
    autoload :Scanner, CodeRay.coderay_path('scanners', 'scanner')
    
  end
  
end

Version data entries

6,934 entries across 6,924 versions & 63 rubygems

Version Path
cybrid_api_id_ruby-0.123.179 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_organization_ruby-0.123.179 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_organization_ruby-0.123.177 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_id_ruby-0.123.177 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_organization_ruby-0.123.176 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_id_ruby-0.123.176 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_organization_ruby-0.123.175 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_id_ruby-0.123.175 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_id_ruby-0.123.174 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_organization_ruby-0.123.174 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_id_ruby-0.123.173 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_organization_ruby-0.123.173 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-1.16.3 vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_organization_ruby-0.123.172 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_id_ruby-0.123.172 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_id_ruby-0.123.171 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_organization_ruby-0.123.171 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_id_ruby-0.123.170 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_organization_ruby-0.123.170 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
cybrid_api_organization_ruby-0.123.163 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/scanners.rb