Class: Rock::Doc::HTML::PackageRenderingContext
- Inherits:
-
RenderingContext
- Object
- RenderingContext
- Rock::Doc::HTML::PackageRenderingContext
- Defined in:
- lib/rock/doc.rb
Instance Attribute Summary
Attributes inherited from RenderingContext
Instance Method Summary collapse
Methods inherited from RenderingContext
#help_tip, #initialize, #link_to, #render, #render_item, #render_object
Constructor Details
This class inherits a constructor from Rock::Doc::HTML::RenderingContext
Instance Method Details
#api_link(pkg, text) ⇒ Object
173 174 175 |
# File 'lib/rock/doc.rb', line 173 def api_link(pkg, text) nil end |
#has_api?(pkg) ⇒ Boolean
170 171 172 |
# File 'lib/rock/doc.rb', line 170 def has_api?(pkg) false end |