Module | RedCloth |
In: |
lib/redcloth.rb
lib/redcloth/textile_doc.rb lib/redcloth/version.rb |
NAME | = | "RedCloth" |
GEM_NAME | = | NAME |
URL | = | "http://redcloth.org/" |
SUMMARY | = | "#{NAME}-#{VERSION::FULL_VERSION}-#{EXTENSION_LANGUAGE}" |
SUMMARY | = | "#{NAME}-#{VERSION::FULL_VERSION}" |
DESCRIPTION | = | SUMMARY + " - #{description}\n#{URL}" |
Include extension modules (if any) in TextileDoc.
# File lib/redcloth.rb, line 33 33: def self.include(*args) 34: RedCloth::TextileDoc.send(:include, *args) 35: end
A convenience method for creating a new TextileDoc. See RedCloth::TextileDoc.
# File lib/redcloth.rb, line 28 28: def self.new( *args, &block ) 29: RedCloth::TextileDoc.new( *args, &block ) 30: end