enum

TrapCode

Inherits Enum < Comparable < Value < Object

Constants

GetC = 32_u16
Out = 33_u16
Puts = 34_u16
In = 35_u16
Putsp = 36_u16
Halt = 37_u16

Instance methods

get_c?

Returns true if this enum value equals GetC

Source
halt?

Returns true if this enum value equals Halt

Source
in?

Returns true if this enum value equals In

Source
out?

Returns true if this enum value equals Out

Source
puts?

Returns true if this enum value equals Puts

Source
putsp?

Returns true if this enum value equals Putsp

Source