enum

CSS::Pseudoclass

Inherits Enum < Comparable < Value < Object

Constants

Before = 0
After = 1
Empty = 2

Instance methods

after?

Returns true if this enum value equals After

Source
before?

Returns true if this enum value equals Before

Source
empty?

Returns true if this enum value equals Empty

Source
to_s(io : IO)

Appends a String representation of this enum member to the given io.

See also: to_s.

Source