diff options
author | murphy <murphy@rubychan.de> | 2005-11-05 14:41:20 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-11-05 14:41:20 +0000 |
commit | c09c3f8db6f8ffefe0dc1c181ce20b4f84804cb3 (patch) | |
tree | f8cea1be14849598592d5add3b074775557cdf6c /demo/demo_load_encoder.out | |
parent | a05a7d11b1bc08f3817076dcb669bc6ef9d6d264 (diff) | |
download | coderay-c09c3f8db6f8ffefe0dc1c181ce20b4f84804cb3.tar.gz |
Fixed demo/demo_load_*
Diffstat (limited to 'demo/demo_load_encoder.out')
-rw-r--r-- | demo/demo_load_encoder.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/demo_load_encoder.out b/demo/demo_load_encoder.out index dffd5c3..74b5f22 100644 --- a/demo/demo_load_encoder.out +++ b/demo/demo_load_encoder.out @@ -4,4 +4,4 @@ See? Require is also possible: CodeRay::Encoders::Tokens
See?
Require all Encoders:
-{:tokens=>CodeRay::Encoders::Tokens, :statistic=>CodeRay::Encoders::Statistic, :div=>CodeRay::Encoders::Div, :text=>CodeRay::Encoders::Text, :debug=>CodeRay::Encoders::Debug, :xml=>CodeRay::Encoders::XML, :count=>CodeRay::Encoders::Count, :stats=>CodeRay::Encoders::Statistic, :span=>CodeRay::Encoders::Span, :yaml=>CodeRay::Encoders::YAML, :null=>CodeRay::Encoders::Null, :html=>CodeRay::Encoders::HTML}
+[[:count, CodeRay::Encoders::Count], [:debug, CodeRay::Encoders::Debug], [:div, CodeRay::Encoders::Div], [:html, CodeRay::Encoders::HTML], [:null, CodeRay::Encoders::Null], [:span, CodeRay::Encoders::Span], [:statistic, CodeRay::Encoders::Statistic], [:stats, CodeRay::Encoders::Statistic], [:text, CodeRay::Encoders::Text], [:tokens, CodeRay::Encoders::Tokens], [:xml, CodeRay::Encoders::XML], [:yaml, CodeRay::Encoders::YAML]]
|