class Infobar::Display

def output

def output
  if show?
    @output
  else
    NULL
  end
end