Namespace for classes and modules that handle serving documentation over HTTP
To customize the YARD server, see the {Adapter} and {Router} classes.
If you want to use the YARD server as a Rack middleware, see the documentation in {RackMiddleware}.
@since 0.6.0
Registers a static path to be used in static asset lookup. @param [String] path the pathname to register @return [void] @since 0.6.2
# File lib/yard/server.rb, line 7 def self.register_static_path(path) Commands::StaticFileCommand::STATIC_PATHS.push(path) end
Generated with the Darkfish Rdoc Generator 2.