diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-13 05:27:29 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-13 05:27:29 +0200 |
commit | 6936def023edcdd3c10be99ecb955778f537f42b (patch) | |
tree | 858b1fb85376ec240e297adcd3b322f10b537e20 /test/samples/css.rb | |
parent | 88b812274a808f69675445a9265dab1d4e41cc44 (diff) | |
download | coderay-6936def023edcdd3c10be99ecb955778f537f42b.tar.gz |
cleanup rake_helpers, samples
Diffstat (limited to 'test/samples/css.rb')
-rw-r--r-- | test/samples/css.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/samples/css.rb b/test/samples/css.rb new file mode 100644 index 0000000..52e4bcc --- /dev/null +++ b/test/samples/css.rb @@ -0,0 +1,4 @@ +require 'coderay'
+
+# print the default stylesheet for HTML codes
+puts CodeRay::Encoders[:html]::CSS.new.stylesheet
|