Method: YARD::Server::Commands::LibraryCommand#incremental

Defined in:
lib/yard/server/commands/library_command.rb

#incrementalBoolean

Returns whether to reparse data.

Returns:

  • (Boolean)

    whether to reparse data

Since:

  • 0.6.0


45
46
47
# File 'lib/yard/server/commands/library_command.rb', line 45

def incremental
  @incremental
end