Fix warning: shadowing outer local variable
authorMike Moore <mike@blowmage.com>
Wed, 25 Mar 2015 23:14:45 +0000 (17:14 -0600)
committerMike Moore <mike@blowmage.com>
Wed, 25 Mar 2015 23:14:45 +0000 (17:14 -0600)
commit3eb18d6011258ff8302d9759701521ef941317d0
tree9a8808f6bedc9a051e9e7349bceff437a645c8c8
parent4d81ad116a849e1eec5ef66c8b1c8a0a96b2a9f3
Fix warning: shadowing outer local variable

Versions of ruby deal with shadowing in different ways. Best to avoid it when possible.

Addresses the following warnings:

lib/google/api_client/auth/key_utils.rb:34: warning: shadowing outer local variable - passphrase
lib/google/api_client/auth/key_utils.rb:52: warning: shadowing outer local variable - passphrase
lib/google/api_client/auth/key_utils.rb