Module | RedCloth |
In: |
lib/redcloth/textile_doc.rb
lib/redcloth/version.rb lib/redcloth.rb ext/redcloth_scan/redcloth_scan.c lib/redcloth/textile_doc.rb lib/redcloth/version.rb lib/redcloth.rb |
NAME | = | "RedCloth" |
GEM_NAME | = | NAME |
URL | = | "http://redcloth.org/" |
DESCRIPTION | = | "#{NAME}-#{VERSION::FULL_VERSION} - Textile parser for Ruby.\n#{URL}" |
NAME | = | "RedCloth" |
GEM_NAME | = | NAME |
URL | = | "http://redcloth.org/" |
DESCRIPTION | = | "#{NAME}-#{VERSION::FULL_VERSION} - Textile parser for Ruby.\n#{URL}" |
Include extension modules (if any) in TextileDoc.
# File lib/redcloth.rb, line 26 26: def self.include(*args) 27: RedCloth::TextileDoc.send(:include, *args) 28: end
Include extension modules (if any) in TextileDoc.
# File lib/redcloth.rb, line 26 26: def self.include(*args) 27: RedCloth::TextileDoc.send(:include, *args) 28: end
A convenience method for creating a new TextileDoc. See RedCloth::TextileDoc.
# File lib/redcloth.rb, line 21 21: def self.new( *args, &block ) 22: RedCloth::TextileDoc.new( *args, &block ) 23: end
A convenience method for creating a new TextileDoc. See RedCloth::TextileDoc.
# File lib/redcloth.rb, line 21 21: def self.new( *args, &block ) 22: RedCloth::TextileDoc.new( *args, &block ) 23: end