Module: Oppen::Token::BreakType

Defined in:
lib/oppen/token.rb

Overview

BreakType.

FITS => No break is needed (the block fits on the line). INCONSISTENT => New line will be forced only if necessary. CONSISTENT => Each subblock of the block will be placed on a new line.

Constant Summary collapse

FITS =

Returns:

  • (Integer)
0
INCONSISTENT =

Returns:

  • (Integer)
1
CONSISTENT =

Returns:

  • (Integer)
2