class Launchy::Argv

def blank?

def blank?
  @argv.empty? || @argv.first.strip.empty?
end