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
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.
Generated with the Darkfish Rdoc Generator 1.1.6.