enum

CRT::Ansi::Boxing::Edge

Inherits Enum < Comparable < Value < Object

Constants

Up = 1
Down = 2
Left = 4
Right = 8
None = 0
All = 15

Instance methods

down?

Returns true if this enum value contains Down

Source
left?

Returns true if this enum value contains Left

Source
none?
Source
right?

Returns true if this enum value contains Right

Source
up?

Returns true if this enum value contains Up

Source