summaryrefslogtreecommitdiff
path: root/demo/demo_load_encoder.out
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-05 14:41:20 +0000
committermurphy <murphy@rubychan.de>2005-11-05 14:41:20 +0000
commitc09c3f8db6f8ffefe0dc1c181ce20b4f84804cb3 (patch)
treef8cea1be14849598592d5add3b074775557cdf6c /demo/demo_load_encoder.out
parenta05a7d11b1bc08f3817076dcb669bc6ef9d6d264 (diff)
downloadcoderay-c09c3f8db6f8ffefe0dc1c181ce20b4f84804cb3.tar.gz
Fixed demo/demo_load_*
Diffstat (limited to 'demo/demo_load_encoder.out')
-rw-r--r--demo/demo_load_encoder.out2
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]]