From 84b8431608174e74a4c0d2394eb330a6621bc74b Mon Sep 17 00:00:00 2001 From: no author Date: Mon, 26 Sep 2005 02:58:54 +0000 Subject: New Repository, initial import --- demo/demo_html2.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 demo/demo_html2.rb (limited to 'demo/demo_html2.rb') diff --git a/demo/demo_html2.rb b/demo/demo_html2.rb new file mode 100644 index 0000000..0982ad8 --- /dev/null +++ b/demo/demo_html2.rb @@ -0,0 +1,4 @@ +require 'coderay' +require 'coderay/encoders/html' + +puts CodeRay["puts CodeRay['...', :ruby]", :ruby].div -- cgit v1.2.1