enum

Mtg::Card::DuelDeck

Inherits Enum < Comparable < Value < Object

Constants

A = 0
B = 1

Instance methods

a?

Returns true if this enum value equals A

Source
b?

Returns true if this enum value equals B

Source