Sha256: c3b652258145ebfa6f9ce57a79e52b49e52e5dd2eb64f10215f0f156d4e7391f

Contents?: true

Size: 663 Bytes

Versions: 6888

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

Version Path
honeybadger-4.5.3 vendor/bundle/ruby/2.6.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
dadapush_client-1.0.1 vendor/bundle/ruby/2.3.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
chess_engine-0.0.2 vendor/bundle/gems/coderay-1.1.2/lib/coderay/scanners.rb
chess_engine-0.0.1 vendor/bundle/gems/coderay-1.1.2/lib/coderay/scanners.rb
xaiml-0.1.3 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
alimentos-alu0100945645-0.1.0 vendor/bundle/ruby/2.3.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
alimentos-alu0100945645-1.0.0 vendor/bundle/ruby/2.3.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
xaiml-0.1.2 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
xaiml-0.1.1 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
xaiml-0.1.0 vendor/bundle/ruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
logstash-filter-device_detection-1.0.7-java vendor/bundle/jruby/1.9/gems/coderay-1.1.2/lib/coderay/scanners.rb
mrcooper-logstash-output-azuresearch-0.2.2 vendor/jruby/2.5.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
monero_wallet_gen-0.1.0 vendor/bundle/ruby/2.3.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
sb_prime_table-0.1.1 vendor/bundle/ruby/2.4.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
sb_prime_table-0.1.0 vendor/bundle/ruby/2.4.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
comiditaULL-0.1.1 vendor/bundle/ruby/2.3.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
comidita_ull-0.1.1 vendor/bundle/ruby/2.3.0/gems/coderay-1.1.2/lib/coderay/scanners.rb
comidita_ull-0.1.0 vendor/bundle/ruby/2.3.0/gems/coderay-1.1.2/lib/coderay/scanners.rb