Method: YARD::Parser::SourceParser.parser_type
- Defined in:
- lib/yard/parser/source_parser.rb
.parser_type ⇒ Symbol
Returns the default parser type (defaults to :ruby).
79 80 81 |
# File 'lib/yard/parser/source_parser.rb', line 79 def parser_type @parser_type end |