summaryrefslogtreecommitdiff
path: root/sample/load_encoder.out
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-10-17 10:12:39 +0000
committermurphy <murphy@rubychan.de>2006-10-17 10:12:39 +0000
commitecddd306d8719993266de43311b36c888057b32a (patch)
tree2edcabd29f670ed0c2007eeae12ebe38669985ae /sample/load_encoder.out
parent5e0d6d97bf4676ab1c1ca9b06590dd774d263b0d (diff)
downloadcoderay-ecddd306d8719993266de43311b36c888057b32a.tar.gz
Samples: Rename .out to .expected.
Diffstat (limited to 'sample/load_encoder.out')
-rw-r--r--sample/load_encoder.out8
1 files changed, 0 insertions, 8 deletions
diff --git a/sample/load_encoder.out b/sample/load_encoder.out
deleted file mode 100644
index 1cff356..0000000
--- a/sample/load_encoder.out
+++ /dev/null
@@ -1,8 +0,0 @@
-CodeRay::Encoders::YAML is not defined; you must load it first.
-Now it is loaded: CodeRay::Encoders::YAML
-See?
-Require is also possible: CodeRay::Encoders::Tokens
-See?
-Now load some mapped encoders: stats and plain.
-Require all Encoders:
-[[:count, CodeRay::Encoders::Count], [:debug, CodeRay::Encoders::Debug], [:div, CodeRay::Encoders::Div], [:html, CodeRay::Encoders::HTML], [:null, CodeRay::Encoders::Null], [:page, CodeRay::Encoders::Page], [:plain, :text], [: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]]