Class: StringRay::Delimiter
- Inherits:
-
String
- Object
- String
- StringRay::Delimiter
- Defined in:
- lib/stringray.rb
Overview
A wrapper class for strings that are ‘delimiters’ composed of ‘delimiter characters’.
Constant Summary collapse
- Characters =
['-', ',', '.', '?', '!', ':', ';', '/', '\\', '|']
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
200 201 202 |
# File 'lib/stringray.rb', line 200 def inspect "<#{self}>" end |