doc_dir(type = nil)
Instance Public methods
Returns the full path to this spec's documentation directory. If
type
is given it will be appended to the end. For examlpe:
1 2 3 | spec.doc_dir # => "/path/to/gem_repo/doc/a-1" spec.doc_dir 'ri' # => "/path/to/gem_repo/doc/a-1/ri" |
Please login to continue.