Class: CipherStash::Analysis::Tokenizer::Standard
- Inherits:
-
Object
- Object
- CipherStash::Analysis::Tokenizer::Standard
- Defined in:
- lib/cipherstash/analysis/tokenizer.rb
Instance Method Summary collapse
Instance Method Details
#perform(str) ⇒ Object
5 6 7 |
# File 'lib/cipherstash/analysis/tokenizer.rb', line 5 def perform(str) str.split(/\s+/) end |