Sha256: 85ae6c711eb9d993a54cbc09b55f376a6ad6ba4f98d3a2646fe08dcfbb5eb6bd
Contents?: true
Size: 567 Bytes
Versions: 103
Compression:
Stored size: 567 Bytes
Contents
module YARD module Server module Commands # Returns the index of libraries served by the server. class LibraryIndexCommand < Base attr_accessor :options def run return unless path.empty? self.options = SymbolHash.new(false).update( :markup => :rdoc, :format => :html, :libraries => adapter.libraries, :adapter => adapter, :template => :doc_server, :type => :library_list ) render end end end end end
Version data entries
103 entries across 83 versions & 10 rubygems