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_html_list.rb | |
parent | ecddd306d8719993266de43311b36c888057b32a (diff) | |
download | coderay-fb81d875f3b72de27c19ce1751a29a2398a45c6a.tar.gz |
Go away, demos! >:-(
Diffstat (limited to 'sample/demo_html_list.rb')
-rw-r--r-- | sample/demo_html_list.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sample/demo_html_list.rb b/sample/demo_html_list.rb deleted file mode 100644 index 97724f2..0000000 --- a/sample/demo_html_list.rb +++ /dev/null @@ -1,12 +0,0 @@ -$: << '..'
-require 'coderay'
-
-tokens = CodeRay.scan File.read(__FILE__), :ruby
-html = tokens.html(:tab_width => 2, :line_numbers => :inline, :line_number_start => -1)
-
-puts html.page
-
-commment = <<_
-This code must be > 10 lines
-because I want to test the correct adjustment of the line numbers.
-_
|