Module | RedCloth |
In: |
lib/redcloth/textile_doc.rb
lib/redcloth/version.rb lib/redcloth.rb ext/redcloth_scan/redcloth_scan.c |
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}" |
EXTENSION_LANGUAGE | = | rb_str_new2("C") |
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