class YARD::Server::Adapter

def self.shutdown

Returns:
  • (void) -

Other tags:
    Note: - If you subclass this method, make sure to call +super+.
def self.shutdown
  Templates::Template.extra_includes -= [YARD::Server::DocServerHelper]
  Templates::Engine.template_paths -= [File.dirname(__FILE__) + '/templates']
end