Method: CodeRay::Scanners::Scanner.lang
- Defined in:
- lib/coderay/scanners/scanner.rb
.lang ⇒ Object
The lang of this Scanner class, which is equal to its Plugin ID.
76 77 78 |
# File 'lib/coderay/scanners/scanner.rb', line 76 def lang @plugin_id end |