Class: Tumblargh::Renderer::Blocks::NotReblog
- Inherits:
-
Base
- Object
- Tumblargh::Renderer::Base
- Base
- Tumblargh::Renderer::Blocks::NotReblog
- Defined in:
- lib/tumblargh/renderer/blocks/reblogs.rb
Instance Attribute Summary
Attributes inherited from Tumblargh::Renderer::Base
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Tumblargh::Renderer::Base
#context_post, contextual_tag, #escape_html, #escape_url, #initialize, #method_missing, #render, #strip_html
Constructor Details
This class inherits a constructor from Tumblargh::Renderer::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Tumblargh::Renderer::Base
Instance Method Details
#should_render? ⇒ Boolean
42 43 44 |
# File 'lib/tumblargh/renderer/blocks/reblogs.rb', line 42 def should_render? true end |