enum

Browser

Inherits Enum < Comparable < Value < Object

Constants

Firefox = 0
Chrome = 1

Instance methods

chrome?

Returns true if this enum value equals Chrome

Source
firefox?

Returns true if this enum value equals Firefox

Source