Class: Grokdown::NeverComposes
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Grokdown::NeverComposes
- Defined in:
- lib/grokdown/never_composes.rb
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
7 8 9 |
# File 'lib/grokdown/never_composes.rb', line 7 def ==(other) to_commonmark == other.to_commonmark end |
#can_compose? ⇒ Boolean
5 |
# File 'lib/grokdown/never_composes.rb', line 5 def can_compose?(*) = false |