diff options
author | murphy <murphy@rubychan.de> | 2006-10-17 10:15:34 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-10-17 10:15:34 +0000 |
commit | fb81d875f3b72de27c19ce1751a29a2398a45c6a (patch) | |
tree | c62b126efb19bf07a1215cfdefbbc252d54c4951 /sample/demo_tokens.rb | |
parent | ecddd306d8719993266de43311b36c888057b32a (diff) | |
download | coderay-fb81d875f3b72de27c19ce1751a29a2398a45c6a.tar.gz |
Go away, demos! >:-(
Diffstat (limited to 'sample/demo_tokens.rb')
-rw-r--r-- | sample/demo_tokens.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sample/demo_tokens.rb b/sample/demo_tokens.rb deleted file mode 100644 index eb8d448..0000000 --- a/sample/demo_tokens.rb +++ /dev/null @@ -1,3 +0,0 @@ -require 'coderay'
-
-puts CodeRay.scan("puts 3 + 4, '3 + 4'", :ruby).tokens
|