The README states that a server functionality exists whereby you can live preview.
When running the following:
It returns the following caught exception:
invalid options: --server
(invalid options are ignored)
I delved into the code a little and can see support for serving.
Found references:
|
opt.on("--server[=PORT]", Integer, |
https://github.com/ruby/rdoc/blob/master/lib/rdoc/server.rb
Does this actually work?
Hope this helps to pinpoint why this feature appears to be at fault.
P.S. I am using the latest release version (7.2.0).
The README states that a server functionality exists whereby you can live preview.
When running the following:
It returns the following caught exception:
I delved into the code a little and can see support for serving.
Found references:
rdoc/lib/rdoc/options.rb
Line 98 in 6912fc4
rdoc/lib/rdoc/options.rb
Line 1135 in 6912fc4
https://github.com/ruby/rdoc/blob/master/lib/rdoc/server.rb
Does this actually work?
Hope this helps to pinpoint why this feature appears to be at fault.
P.S. I am using the latest release version (7.2.0).