diff options
author | murphy <murphy@rubychan.de> | 2006-07-11 13:38:19 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-07-11 13:38:19 +0000 |
commit | dbd1bf9dcb27812c5f482d51746db429da0dcdc1 (patch) | |
tree | e63b9d6c3b047cb1de97e0904a6b62fcfa3b2d61 | |
parent | af567b33a564774f49be966fc192618a89905b0c (diff) | |
download | coderay-dbd1bf9dcb27812c5f482d51746db429da0dcdc1.tar.gz |
Yes, added coderay_stylesheet executable.
-rw-r--r-- | bin/coderay_stylesheet | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/coderay_stylesheet b/bin/coderay_stylesheet new file mode 100644 index 0000000..baa7c26 --- /dev/null +++ b/bin/coderay_stylesheet @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby
+require 'coderay'
+
+puts CodeRay::Encoders[:html]::CSS.new.stylesheet
|