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_highlight.rb | |
parent | ecddd306d8719993266de43311b36c888057b32a (diff) | |
download | coderay-fb81d875f3b72de27c19ce1751a29a2398a45c6a.tar.gz |
Go away, demos! >:-(
Diffstat (limited to 'sample/demo_highlight.rb')
-rw-r--r-- | sample/demo_highlight.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sample/demo_highlight.rb b/sample/demo_highlight.rb deleted file mode 100644 index 846efa4..0000000 --- a/sample/demo_highlight.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'coderay'
-
-puts CodeRay.highlight('puts "Hello, World!"', :ruby)
-
-output = CodeRay.highlight_file($0, :line_numbers => :table)
-puts <<HTML
-<html>
-<head>
-#{output.stylesheet true}
-<body>
-#{output}
-</body>
-</html>
-HTML
|