Include extension modules (if any) in TextileDoc.
# File lib/redcloth.rb, line 34 def self.include(*args) RedCloth::TextileDoc.send(:include, *args) end
A convenience method for creating a new TextileDoc. See RedCloth::TextileDoc.
# File lib/redcloth.rb, line 29 def self.new( *args, &block ) RedCloth::TextileDoc.new( *args, &block ) end
Generated with the Darkfish Rdoc Generator 2.