class Blather::MUC::Owner
Public Class Methods
new(type = nil, to = nil)
click to toggle source
Calls superclass method
# File lib/gxg/net_clients.rb, line 304 def self.new(type = nil, to = nil) node = super(type) node.to = to node end