module RedCloth::VERSION

Constants

FULL_VERSION
MAJOR
MINOR
RELEASE_CANDIDATE
STRING
TAG
TINY

Public Instance Methods

==(arg) click to toggle source
# File lib/redcloth/version.rb, line 17
def ==(arg)
  STRING == arg
end
to_s() click to toggle source
# File lib/redcloth/version.rb, line 13
def to_s
  STRING
end