rdoc - Documentation as tests in Ruby? -
there great tool rustdoc (currently used cargo) test examples of documentation comments in rust. rdoc or yard give similar in ruby?
well, there few examples of doctest tool in ruby, , fresh 1 (for now) yard-doctest:
meet yard::doctest - simple , magical gem, automatically parses @example tags , turn them tests!
probably no powerful rustdoc, needs to.
Comments
Post a Comment