Method: YARD::CodeObjects::Base#source_type
- Defined in:
- lib/yard/code_objects/base.rb
#source_type ⇒ Symbol
Language of the source code associated with the object. Defaults to :ruby
.
152 153 154 |
# File 'lib/yard/code_objects/base.rb', line 152 def source_type @source_type end |