Class: RedcarpetText

Inherits:
Redcarpet::Markdown
  • Object
show all
Includes:
Stringlike
Defined in:
lib/acts_as_markup_on/exts/redcarpet.rb

Instance Method Summary collapse

Methods included from Stringlike

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stringlike

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/acts_as_markup_on/exts/redcarpet.rb', line 6

def blank?
  text.blank?
end