class YARD::CLI::Server

def load_template_paths

def load_template_paths
  return if YARD::Config.options[:safe_mode]
  Templates::Engine.template_paths |= template_paths
end