Method: RSCM::Base#destroy_central

Defined in:
lib/rscm/base.rb

#destroy_centralObject

Destroys the central repository. Shuts down any server processes and deletes the repository. WARNING: calling this may result in loss of data. Only call this if you really want to wipe it out for good!

Raises:

  • (NotImplementedError)


100
101
102
# File 'lib/rscm/base.rb', line 100

def destroy_central
  raise NotImplementedError
end