Module: Drunit::ClassMethods
- Defined in:
- lib/drunit.rb
Instance Method Summary collapse
Instance Method Details
#RemoteApp(name, *args) ⇒ Object
24 25 26 |
# File 'lib/drunit.rb', line 24 def RemoteApp(name, *args) const_set "RemoteAppFor_#{name}", RemoteApp.new(name, *args) end |