Module: Fairy::Exec::Interface

Defined in:
lib/fairy/client/exec.rb

Instance Method Summary collapse

Instance Method Details

#exec(vnode_spec, opts = {}) ⇒ Object

Usage: fairy.exec(vnode-spec).…



16
17
18
# File 'lib/fairy/client/exec.rb', line 16

def exec(vnode_spec, opts={})
	Exec.exec(self, opts, vnode_spec)
end