enum

Tput::Namespace::AspectRatioMode

Inherits Enum / Comparable / Value / Object

Constants

IgnoreAspectRatio = 0
KeepAspectRatio = 1
KeepAspectRatioByExpanding = 2

Instance methods

ignore_aspect_ratio?

Returns true if this enum value equals IgnoreAspectRatio

Source
keep_aspect_ratio?

Returns true if this enum value equals KeepAspectRatio

Source
keep_aspect_ratio_by_expanding?

Returns true if this enum value equals KeepAspectRatioByExpanding

Source