module Mybot::Nodes

Public Instance Methods

node(host, user, options = {}) click to toggle source
# File lib/mybot/nodes.rb, line 3
            def node(host, user, options = {})
  Node.new host, user, options
end