Class: Burr::LinkPlugin
Constant Summary
Constants inherited from Plugin
Plugin::PRIORITIES, Plugin::VALIDS
Instance Attribute Summary
Attributes inherited from Plugin
Instance Method Summary collapse
-
#after_parse ⇒ Object
Do something after parsed the item content.
Methods inherited from Plugin
<=>, inherited, #initialize, priority, subclasses
Constructor Details
This class inherits a constructor from Burr::Plugin
Instance Method Details
#after_parse ⇒ Object
Do something after parsed the item content.
5 6 7 |
# File 'lib/burr/plugins/link.rb', line 5 def after_parse extend_url if %w(site epub).include?(self.book.format) end |