app-mgr 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/app-mgr.rb +1 -1
- metadata +1 -1
data/lib/app-mgr.rb
CHANGED
@@ -35,7 +35,7 @@ class AppMgr
|
|
35
35
|
end
|
36
36
|
|
37
37
|
def execute(app_name, method, params='')
|
38
|
-
|
38
|
+
@running[app_name].method('call_' + method.gsub(/-/,'_').to_sym).call(params)
|
39
39
|
end
|
40
40
|
|
41
41
|
def running?(app_name)
|