class YARD::Server::Adapter

def self.setup

Returns:
  • (void) -

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