Module: Blather::Stanza::MUC::MUCUserBase::ClassMethods

Defined in:
lib/blather/stanza/muc/muc_user_base.rb

Instance Method Summary collapse

Instance Method Details

#new(*args) ⇒ Object



13
14
15
# File 'lib/blather/stanza/muc/muc_user_base.rb', line 13

def new(*args)
  super.tap { |e| e.muc_user }
end