Sha256: c3b652258145ebfa6f9ce57a79e52b49e52e5dd2eb64f10215f0f156d4e7391f

Contents?: true

Size: 663 Bytes

Versions: 7006

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

7,006 entries across 6,996 versions & 63 rubygems

Version Path
ory-client-0.0.1.alpha113 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha112 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha111 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha110 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha109 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
avalara_sdk-2.4.26 vendor/bundle/ruby/2.6.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha108 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-oathkeeper-client-0.38.23.beta1 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-oathkeeper-client-0.38.22.beta1 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha107 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-hydra-client-1.11.7 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha106 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-hydra-client-1.11.6 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-keto-client-0.8.0.alpha1 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha105 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha104 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha103 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-hydra-client-1.11.5 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha101 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb
ory-client-0.0.1.alpha100 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.3/lib/coderay/scanners.rb