app-mgr 0.1.6 → 0.1.7
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
@@ -38,7 +38,7 @@ class AppMgr
|
|
38
38
|
end
|
39
39
|
|
40
40
|
def execute(app_name, method, params='')
|
41
|
-
|
41
|
+
@app[app_name][:running].method('call_' + method.gsub(/-/,'_').to_sym).call(params)
|
42
42
|
end
|
43
43
|
|
44
44
|
def stop(app_name)
|