From 6936def023edcdd3c10be99ecb955778f537f42b Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Thu, 13 Jun 2013 05:27:29 +0200 Subject: cleanup rake_helpers, samples --- sample/html_list.rb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sample/html_list.rb (limited to 'sample/html_list.rb') diff --git a/sample/html_list.rb b/sample/html_list.rb deleted file mode 100644 index fdfa512..0000000 --- a/sample/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(:title => 'CodeRay HTML Encoder Example') - -commment = <<_ -This code must be > 10 lines -because I want to test the correct adjustment of the line numbers. -_ -- cgit v1.2.1