class Infobar::Display

def input

def input
  if show?
    @input
  else
    NULL
  end
end