Split a string into 'words' for word-based matching
Returns:
Array of non-empty words in string.
string
38 39 40
# File 'lib/qb/util.rb', line 38 def self.words string string.words end