enum

CSS::Enums::OverflowWrap

Inherits Enum < Comparable < Value < Object

Constants

Normal = 0
BreakWord = 1
Anywhere = 2

Instance methods

anywhere?

Returns true if this enum value equals Anywhere

Source
break_word?

Returns true if this enum value equals BreakWord

Source
normal?

Returns true if this enum value equals Normal

Source
to_css_value
Source