# File lib/rubyrep/uninstall_runner.rb, line 72 def execute initializer = ReplicationInitializer.new session initializer.restore_unconfigured_tables([]) initializer.drop_infrastructure puts "Uninstall completed: rubyrep tables and triggers removed!" end