From 8f8d029f1e9ba286e43cedc274a89bae3fb318b4 Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 30 Mar 2010 01:13:11 +0000 Subject: Added documentation to encoders; more code cleanups. --- lib/coderay/encoders/div.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/coderay/encoders/div.rb') diff --git a/lib/coderay/encoders/div.rb b/lib/coderay/encoders/div.rb index 4120172..f9741e3 100644 --- a/lib/coderay/encoders/div.rb +++ b/lib/coderay/encoders/div.rb @@ -2,7 +2,10 @@ module CodeRay module Encoders load :html - + + # Wraps HTML output into a DIV element, using inline styles by default. + # + # See Encoders::HTML for available options. class Div < HTML FILE_EXTENSION = 'div.html' -- cgit v1.2.1