module PatchedGemYanker
Public Instance Methods
serve()
click to toggle source
Monkeypatch to run a gem syncing service in the background after yanking a gem from the gemserver.
Calls superclass method
# File lib/patched/gem_yanker.rb, line 22 def serve super Google::Cloud::Gemserver::Backend::StorageSync.run end