Object
Programming language.
Detects programming language of the specified source file.
Pathname – File path of the source file.
Pathname
Language – Object of the derived class of Language class.
Language
# File lib/adlint/lang.rb, line 50 def self.of(fpath) # FIXME: Dummy implementation. C end