# File lib/sup/modes/contact-list-mode.rb, line 30 def initialize mode=:regular @mode = mode @tags = Tagger.new self, "contact" @num = nil @text = [] super() end