Object
used to be compatable with Rails/ActiveSupport
# File lib/acts_as_markup/exts/rdiscount.rb, line 12 def blank? self.text.blank? end
Used to get the original Markdown text.
# File lib/acts_as_markup/exts/rdiscount.rb, line 7 def to_s self.text end