module RedCloth::VERSION

Constants

FULL_VERSION
MAJOR
MINOR
STRING

RELEASE_CANDIDATE = 0

TAG
TINY

Public Class Methods

==(arg) click to toggle source
   # File lib/redcloth/version.rb
17 def ==(arg)
18   STRING == arg
19 end
to_s() click to toggle source
   # File lib/redcloth/version.rb
13 def to_s
14   STRING
15 end