global

def anycabled?

def anycabled?
  # Use instance variable check here for testing compatibility
  connection.instance_variable_defined?(:@anycable_socket)
end