Class: Oppen::Token::Whitespace

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

Overview

If a [Token::Break] follows [Token::Whitespace], and an actual break is issued, and trim_trailing_whitespaces == true, then all whitespace text will be omitted from the output.

Instance Attribute Summary

Attributes inherited from String

#value, #width

Method Summary

Methods inherited from String

#initialize, #to_s

Methods inherited from Oppen::Token

#width

Constructor Details

This class inherits a constructor from Oppen::Token::String