30 31 32 33 34 35
# File 'lib/podio.rb', line 30 def with_client old_client = Podio.client.try(:dup) yield ensure Podio.client = old_client end