module Blather::Stanza::MUC::MUCUserBase::ClassMethods

Public Instance Methods

new(*args) click to toggle source
Calls superclass method
# File lib/blather/stanza/muc/muc_user_base.rb, line 13
def new(*args)
  super.tap { |e| e.muc_user }
end