enum

GPM::Margins

Inherits Enum / Comparable / Value / Object

Constants

TOP = 1
BOTTOM = 2
LEFT = 4
RIGHT = 8
None = 0
All = 15

Instance methods

bottom?

Returns true if this enum value contains BOTTOM

Source
left?

Returns true if this enum value contains LEFT

Source
none?
Source
right?

Returns true if this enum value contains RIGHT

Source
top?

Returns true if this enum value contains TOP

Source