global

def disable?

Returns:
  • (Boolean) - true if should not verify
def disable?
  !verify?
end