summaryrefslogtreecommitdiff
path: root/demo/demo_load_encoder.out
blob: dffd5c352d97f741de3cf2939738f41ac46b4690 (plain)
1
2
3
4
5
6
7
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?
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}