siriproxypm-clientstatecache 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -211,8 +211,8 @@ class SiriProxy::PluginManager::ClientStateCache < SiriProxy::PluginManager
|
|
|
211
211
|
def get_app_config(*args)
|
|
212
212
|
result = $APP_CONFIG
|
|
213
213
|
if args != nil \
|
|
214
|
-
&& (first_arg = args.unshift) != nil
|
|
215
|
-
result = result.
|
|
214
|
+
&& (first_arg = args.unshift) != nil \
|
|
215
|
+
&& (result = result.first_arg) != nil
|
|
216
216
|
args.each do |arg|
|
|
217
217
|
if arg == nil \
|
|
218
218
|
||config_data == nil \
|