app-mgr 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/app-mgr.rb +1 -3
- metadata +1 -1
data/lib/app-mgr.rb
CHANGED
@@ -91,9 +91,7 @@ class AppMgr
|
|
91
91
|
xml_project = project = "<project name='%s'><methods><method name='%s'>%s</method></methods></project>" % [project_name, method_name, params]
|
92
92
|
projectx_handler(xml_project)
|
93
93
|
end
|
94
|
-
|
95
|
-
private
|
96
|
-
|
94
|
+
|
97
95
|
def projectx_handler(xml_project)
|
98
96
|
out = ''
|
99
97
|
doc = Document.new(xml_project)
|