Class: Nanoc::Core::PostCompileItemRepCollectionView
- Inherits:
-
BasicItemRepCollectionView
- Object
- View
- BasicItemRepCollectionView
- Nanoc::Core::PostCompileItemRepCollectionView
- Defined in:
- lib/nanoc/core/post_compile_item_rep_collection_view.rb
Instance Method Summary collapse
- #view_class ⇒ Object private
Methods inherited from BasicItemRepCollectionView
#[], #_unwrap, #each, #fetch, #initialize, #size, #to_ary
Methods inherited from View
#_context, #_unwrap, #frozen?, #initialize, #inspect
Methods included from ContractsSupport
enabled?, included, setup_once, warn_about_performance
Constructor Details
This class inherits a constructor from Nanoc::Core::BasicItemRepCollectionView
Instance Method Details
#view_class ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
7 8 9 |
# File 'lib/nanoc/core/post_compile_item_rep_collection_view.rb', line 7 def view_class Nanoc::Core::PostCompileItemRepView end |