class Flumtter::Window::Mention
Public Class Methods
new(twitter)
click to toggle source
Calls superclass method
Flumtter::Window::Buf::Screen::new
# File lib/flumtter/app/core/windows/mention.rb, line 23 def initialize(twitter) super(MentionBuf.new(twitter), "#{twitter.account.screen_name}'s Mentions") add_command(twitter) end