Method: Archipelago::Client::Base#around_update_services
- Defined in:
- lib/archipelago/client.rb
#around_update_services(&block) ⇒ Object
Override this if you want to do something special before or after calling update_services!
98 99 100 |
# File 'lib/archipelago/client.rb', line 98 def around_update_services(&block) yield end |