diff options
author | murphy <murphy@rubychan.de> | 2010-06-01 21:38:46 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-06-01 21:38:46 +0000 |
commit | 39eb4c9f60e296f9f6c51784ef7e0a234966755d (patch) | |
tree | 6e36a60c98972fd1e9e9054b8c2a4e1630cff1f8 /Changes.textile | |
parent | f9e4f054f7aa6129bf400188f58f7a8c359e2b2f (diff) | |
download | coderay-39eb4c9f60e296f9f6c51784ef7e0a234966755d.tar.gz |
Added ability to scan an Array of Strings as one with Scanner#tokenize.
See issue #222.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 293d12f..44daa5f 100644 --- a/Changes.textile +++ b/Changes.textile @@ -104,6 +104,9 @@ h3. @Scanners::Scanner@ * *REMOVED* helper method @String#to_unix@. * *REMOVED* method @streamable?@. +* *NEW*: The @#tokenize@ method also takes an Array of Strings as source. The + code is highlighted as one and split into parts of the input lengths + after that using @Tokens#split_into_parts@. h3. @Scanners::CSS@ |