Sha256: 1d2496eccc6c645e32cc7497fe7714b03aa94144bfc89d29ac28320c48b6b211
Contents?: true
Size: 558 Bytes
Versions: 4
Compression:
Stored size: 558 Bytes
Contents
$:.unshift(File.dirname(__FILE__)) require 'redcloth_scan' require 'redcloth/version' require 'redcloth/textile_doc' require 'redcloth/formatters/base' require 'redcloth/formatters/html' require 'redcloth/formatters/latex' module RedCloth # A convenience method for creating a new TextileDoc. See # RedCloth::TextileDoc. def self.new( *args, &block ) RedCloth::TextileDoc.new( *args, &block ) end # Include extension modules (if any) in TextileDoc. def self.include(*args) RedCloth::TextileDoc.send(:include, *args) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
RedCloth-4.0.0 | lib/redcloth.rb |
RedCloth-4.0.1 | lib/redcloth.rb |
RedCloth-4.0.1-x86-mswin32-60 | lib/redcloth.rb |
RedCloth-4.0.0-x86-mswin32-60 | lib/redcloth.rb |