diff options
author | murphy <murphy@rubychan.de> | 2005-11-06 01:28:19 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-11-06 01:28:19 +0000 |
commit | cadd995d6b44dc5e2145904ea0a0fba95a6643b9 (patch) | |
tree | 2736fa1ffe3d4c844cc8b9d2749174f88cf21f07 /demo/demo_load_encoder.out | |
parent | 681b5008d2cf42bf61503a91ffe48c17430141ab (diff) | |
download | coderay-cadd995d6b44dc5e2145904ea0a0fba95a6643b9.tar.gz |
helpers/plugin.rb: New plugin mapping system
_maps added; demos adjusted
TODO updated
Diffstat (limited to 'demo/demo_load_encoder.out')
-rw-r--r-- | demo/demo_load_encoder.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demo/demo_load_encoder.out b/demo/demo_load_encoder.out index 74b5f22..9ab11c2 100644 --- a/demo/demo_load_encoder.out +++ b/demo/demo_load_encoder.out @@ -3,5 +3,6 @@ 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], [: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]]
+[[:count, CodeRay::Encoders::Count], [:debug, CodeRay::Encoders::Debug], [:div, CodeRay::Encoders::Div], [:html, CodeRay::Encoders::HTML], [:null, CodeRay::Encoders::Null], [: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]]
|