Module: Mybot::Nodes

Included in:
Base
Defined in:
lib/mybot/nodes.rb

Instance Method Summary collapse

Instance Method Details

#node(host, user, options = {}) ⇒ Object



3
4
5
# File 'lib/mybot/nodes.rb', line 3

def node(host, user, options = {})
  Node.new host, user, options
end