Method: Infrastructure#in_cluster?

Defined in:
lib/cluster/infrastructure.rb

#in_cluster?Boolean

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)

54
55
56
# File 'lib/cluster/infrastructure.rb', line 54

def in_cluster?
  raise NotImplementedError
end