Class: PEGMarkdown
- Includes:
- Stringlike
- Defined in:
- lib/acts_as_markup/exts/peg_markdown.rb
Instance Method Summary collapse
-
#blank? ⇒ Boolean
used to be compatable with Rails/ActiveSupport.
Methods included from Stringlike
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stringlike
Instance Method Details
#blank? ⇒ Boolean
used to be compatable with Rails/ActiveSupport
7 8 9 |
# File 'lib/acts_as_markup/exts/peg_markdown.rb', line 7 def blank? self.text.blank? end |