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_css.rb | |
parent | ecddd306d8719993266de43311b36c888057b32a (diff) | |
download | coderay-fb81d875f3b72de27c19ce1751a29a2398a45c6a.tar.gz |
Go away, demos! >:-(
Diffstat (limited to 'sample/demo_css.rb')
-rw-r--r-- | sample/demo_css.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sample/demo_css.rb b/sample/demo_css.rb deleted file mode 100644 index 52e4bcc..0000000 --- a/sample/demo_css.rb +++ /dev/null @@ -1,4 +0,0 @@ -require 'coderay'
-
-# print the default stylesheet for HTML codes
-puts CodeRay::Encoders[:html]::CSS.new.stylesheet
|