Class: Oppen::Token::LineBreak::LineBreakString

Inherits:
Object
  • Object
show all
Defined in:
lib/oppen/token.rb

Overview

Mock string that represents an infinite string to force new line.

Instance Method Summary collapse

Instance Method Details

#lengthInteger

Returns:

  • (Integer)


77
78
79
# File 'lib/oppen/token.rb', line 77

def length
  999_999
end