Class: Oppen::Token::LineBreak::LineBreakString
- Inherits:
-
Object
- Object
- Oppen::Token::LineBreak::LineBreakString
- 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
#length ⇒ Integer
78 |
# File 'lib/oppen/token.rb', line 78 def length = 999_999 |