class Infobar::Display

def output=(io)

def output=(io)
  @output = io
  @output.ask_and_send(:respond_to?, :sync=, true)
end