module CodeRay::Scanners
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
.