Class: StringRay::Word
- Inherits:
-
String
- Object
- String
- StringRay::Word
- Defined in:
- lib/stringray.rb
Overview
A wrapper class for strings that are ‘words’ in and of themselves, composed of ‘word characters’.
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
172 173 174 |
# File 'lib/stringray.rb', line 172 def inspect "(#{self})" end |