Class: Orthotypo::Composer::En
- Inherits:
-
Orthotypo::Composer
- Object
- Orthotypo::Composer
- Orthotypo::Composer::En
- Defined in:
- lib/orthotypo/composer/en.rb
Direct Known Subclasses
Constant Summary
Constants inherited from Orthotypo::Composer
NBSP, NNBSP, PRECIOUS_TOKEN, SPACE
Instance Attribute Summary
Attributes inherited from Orthotypo::Composer
Instance Method Summary collapse
Methods inherited from Orthotypo::Composer
Constructor Details
This class inherits a constructor from Orthotypo::Composer
Instance Method Details
#chars_with_space_after ⇒ Object
4 5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/orthotypo/composer/en.rb', line 4 def chars_with_space_after [ ',', '.', '...', '…', ';', ':', '!', '?' ] end |