A local documentation server @since 0.6.0
Creates a new instance of the Server command line utility
# File lib/yard/cli/server.rb, line 27 def initialize super self.scripts = [] self.template_paths = [] self.libraries = {} self.options = SymbolHash.new(false).update( :single_library => true, :caching => false ) self.server_options = {:Port => 8808} end
Generated with the Darkfish Rdoc Generator 2.