class Spring::CommandWrapper

def exec_name

def exec_name
  if command.respond_to?(:exec_name)
    command.exec_name
  else
    name
  end
end