Method: YARD::Parser::SourceParser#contents
- Defined in:
- lib/yard/parser/source_parser.rb
#contents ⇒ String (readonly)
Returns the contents of the file to be parsed.
397 398 399 |
# File 'lib/yard/parser/source_parser.rb', line 397 def contents @contents end |