Class: StringRay::Delimiter
- Inherits:
-
String
- Object
- String
- StringRay::Delimiter
- Defined in:
- lib/stringray.rb
Constant Summary collapse
- Characters =
['-', ',', '.', '?', '!', ':', ';', '/', '\\', '|']
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
121 122 123 |
# File 'lib/stringray.rb', line 121 def inspect "<#{self}>" end |