Class: CodeRay::Encoders::Span

Inherits:
HTML show all
Defined in:
lib/coderay/encoders/span.rb

Constant Summary collapse

FILE_EXTENSION =
'span.html'
DEFAULT_OPTIONS =
HTML::DEFAULT_OPTIONS.merge \
:css => :style,
:wrap => :span

Instance Attribute Summary

Attributes inherited from HTML

#css

Attributes inherited from Encoder

#options, #token_stream

Method Summary

Methods inherited from Encoder

const_missing, #encode, #encode_stream, #encode_tokens, #file_extension, #initialize, streamable?, #to_proc

Methods included from Plugin

#helper, #included, #plugin_host, #plugin_id, #register_for, #title

Constructor Details

This class inherits a constructor from CodeRay::Encoders::Encoder