Method: YARD::CodeObjects::Base#source_type

Defined in:
lib/yard/code_objects/base.rb

#source_typeSymbol

Language of the source code associated with the object. Defaults to :ruby.

Returns:

  • (Symbol)

    the language type


152
153
154
# File 'lib/yard/code_objects/base.rb', line 152

def source_type
  @source_type
end