class YARD::Server::Commands::LibraryOptions

Attributes

command[RW]
frames[RW]

Public Instance Methods

adapter() click to toggle source
# File lib/yard/server/commands/library_command.rb, line 7
def adapter; @command.adapter end
each() { |:adapter, adapter| ... } click to toggle source
Calls superclass method YARD::Options#each
# File lib/yard/server/commands/library_command.rb, line 16
def each(&block)
  super(&block)
  yield(:adapter, adapter)
  yield(:library, library)
  yield(:single_library, single_library)
  yield(:serializer, serializer)
end
library() click to toggle source
# File lib/yard/server/commands/library_command.rb, line 8
def library; @command.library end
serialize() click to toggle source
# File lib/yard/server/commands/library_command.rb, line 11
def serialize; false end
serializer() click to toggle source
# File lib/yard/server/commands/library_command.rb, line 10
def serializer; @command.serializer end
single_library() click to toggle source
# File lib/yard/server/commands/library_command.rb, line 9
def single_library; @command.single_library end