repo.or.cz
/
mailvisa.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Minor fix for compatibility with Ruby versions that don't understand
[mailvisa.git]
/
tokenize.rb
blob
a370955bdb8ad0f455d1391cb1d8504ae3e50c4c
1
## Split a string into tokens
2
def tokenize str
3
str.scan /\w+/
4
end