Class: Yast::CallClass
- Inherits:
-
Module
- Object
- Module
- Yast::CallClass
- Defined in:
- library/general/src/modules/Call.rb
Instance Method Summary collapse
-
#Function(function, params) ⇒ Object
Workaround function for WFM::CallFunction scope problems (#22486).
- #main ⇒ Object
Instance Method Details
#Function(function, params) ⇒ Object
Workaround function for WFM::CallFunction scope problems (#22486). Same use as WFM::CallFunction.
39 40 41 |
# File 'library/general/src/modules/Call.rb', line 39 def Function(function, params) WFM.CallFunction(function, params) end |
#main ⇒ Object
32 |
# File 'library/general/src/modules/Call.rb', line 32 def main; end |