class Blather::Stanza::Presence::MUCUser

Public Class Methods

decorator_modules() click to toggle source
Calls superclass method
# File lib/blather/stanza/presence/muc_user.rb, line 10
def self.decorator_modules
  super + [Blather::Stanza::MUC::MUCUserBase]
end