rdoc_options()
Instance Public methods
Specifies the rdoc options to be used when generating API documentation.
Usage:
1 2 3 | spec.rdoc_options << '--title' << 'Rake -- Ruby Make' << '--main' << 'README' << '--line-numbers' |
Please login to continue.