Class: StringRay::Word

Inherits:
String
  • Object
show all
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

#inspectObject



172
173
174
# File 'lib/stringray.rb', line 172

def inspect
  "(#{self})"
end