enum

UnClone::PhyCloneProposal

Inherits Enum < Comparable < Value < Object

Constants

Bootstrap = 0
FullyAdapted = 1
SemiAdapted = 2

Instance methods

bootstrap?

Returns true if this enum value equals Bootstrap

Source
fully_adapted?

Returns true if this enum value equals FullyAdapted

Source
semi_adapted?

Returns true if this enum value equals SemiAdapted

Source