Method: CodeRay::Scanners::Scanner.lang

Defined in:
lib/coderay/scanners/scanner.rb

.langObject

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