Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/lexeme/core_extensions.rb
Instance Method Summary collapse
Instance Method Details
#to_tokens ⇒ Object
16 17 18 19 |
# File 'lib/lexeme/core_extensions.rb', line 16 def to_tokens warn "String#to_tokens is obsolete, use String#tokenize instead" tokenize end |