class RDiscount

Public Instance Methods

blank?() click to toggle source

used to be compatable with Rails/ActiveSupport

# File lib/acts_as_markup/exts/rdiscount.rb, line 12
def blank?
  self.text.blank?
end
to_s() click to toggle source

Used to get the original Markdown text.

# File lib/acts_as_markup/exts/rdiscount.rb, line 7
def to_s
  self.text
end