Method: Linguist::Language#type

Defined in:
lib/linguist/language.rb

#typeObject (readonly)

Public: Get type.

Returns a type Symbol or nil.


325
326
327
# File 'lib/linguist/language.rb', line 325

def type
  @type
end