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, 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