class Flumtter::Window::User

Public Class Methods

new(buf, title, twitter) click to toggle source
Calls superclass method Flumtter::Window::Buf::Screen::new
# File lib/flumtter/app/core/windows/userbase.rb, line 37
def initialize(buf, title, twitter)
  super(buf, title)
  add_command(twitter)
end