Include extension modules (if any) in TextileDoc.
# File lib/redcloth.rb, line 34 34: def self.include(*args) 35: RedCloth::TextileDoc.send(:include, *args) 36: end
A convenience method for creating a new TextileDoc. See RedCloth::TextileDoc.
# File lib/redcloth.rb, line 29 29: def self.new( *args, &block ) 30: RedCloth::TextileDoc.new( *args, &block ) 31: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.