module Unparser::Constants

All unparser constants maybe included in other libraries.

Constants

BINARY_OPERATORS

All binary operators of the ruby language

KEYWORDS
K_ALIAS
K_AND
K_BEGIN
K_BREAK
K_CASE
K_CLASS
K_DEF
K_DEFINE
K_DEFINED
K_DO

Keywords

K_EEND
K_ELSE
K_ELSIF
K_ENCODING
K_END
K_ENSURE
K_FALSE
K_FILE
K_FOR
K_IF
K_IN
K_MODULE
K_NEXT
K_NIL
K_NOT
K_OR
K_POSTEXE
K_PREEXE
K_REDO
K_RESCUE
K_RETRY
K_RETURN
K_SELF
K_SUPER
K_THEN
K_TRUE
K_UNDEF
K_UNLESS
K_UNTIL
K_WHEN
K_WHILE
K_YIELD
UNARY_OPERATORS

All unary operators of the ruby language