module YARD::Server
def self.register_static_path(path)
- Since: - 0.6.2
Returns:
-
(void)-
Parameters:
-
path(String) -- the pathname to register
def self.register_static_path(path) static_paths = Commands::StaticFileCommand::STATIC_PATHS static_paths.push(path) unless static_paths.include?(path) end