Gem::YARDoc provides methods to generate YARDoc and yri data for installed gems upon gem installation.
This file is automatically required by RubyGems 1.9 and newer.
An alias to {Parser::SourceParser}’s parsing method
@example Parse a glob of files
YARD.parse('lib/**/*.rb')
@see Parser::SourceParser.parse
An alias to {Parser::SourceParser}’s parsing method
@example Parse a string of input
YARD.parse_string('class Foo; end')
@see Parser::SourceParser.parse_string