Burdette Lamar
Burdette Lamar
Hacking in a fix for Issue #279 (Method 'validate_decorators!' raises NameError) causes (in my app) that same method to raise RuntimeError with a message (see below) claiming that there are...
Option to omit filename for included code. Option to include filename, but use t.txt (html) instead of ```t.txt``` (triple backticks).
Outer template includes inner template. Inner template includes code (Ruby) with hashmarks (#). TOC processing incorrectly includes hashmarked lines in TOC.
When I have a directory named readme in my main project directory, yardoc fails. ## Steps to reproduce 1. Create directory ./readme. 2. Run yardoc. 3. See error message. Here...
This PR concerns primarily the high-level interface: - Added introductory material, with links to the spec and Ruby cookbook at yaml.org. - Modified high-level API discussion, with new examples and...
(@kou suggested this feature request.) An embedded directive :toc: is replaced by the table of contents (TOC) derived from the down-page headers: - If the headers are well-formed (see below),...
Doc for method BigDecimal says: * ArgumentError:: If +initial+ is a Float, and the +digits+ is larger than * Float::DIG + 1, this exception is raised. Is this true for...
Doc for method BigDecimal says: * When arg is a Float and digits is 0, the number * of digits is determined by the algorithm of dtoa function * written...
Write some method names in linkable form; make some capitalization consistent.
I tried this as markdown with the shell passages fenced and marked as `sh` or `bash`, but those passages were not colorized; should they have been?