Methods

RedCloth

Constants

NAME
GEM_NAME
URL
DESCRIPTION
DESCRIPTION
EXTENSION_LANGUAGE

Public Class Methods

include(*args) click to toggle source

Include extension modules (if any) in TextileDoc.

    # File lib/redcloth.rb, line 32
32:   def self.include(*args)
33:     RedCloth::TextileDoc.send(:include, *args)
34:   end
new( *args, &block ) click to toggle source

A convenience method for creating a new TextileDoc. See RedCloth::TextileDoc.

    # File lib/redcloth.rb, line 27
27:   def self.new( *args, &block )
28:     RedCloth::TextileDoc.new( *args, &block )
29:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.