Class: Nanoc::PostCompileItemView
- Inherits:
-
ItemWithRepsView
- Object
- View
- ItemWithoutRepsView
- ItemWithRepsView
- Nanoc::PostCompileItemView
- Defined in:
- lib/nanoc/base/views/post_compile_item_view.rb
Constant Summary
Instance Method Summary collapse
Methods included from WithRepsViewMixin
#compiled_content, #path, #reps
Methods inherited from ItemWithoutRepsView
Methods included from DocumentViewMixin
#==, #[], #attributes, #fetch, #hash, #identifier, #key?
Methods inherited from View
Instance Method Details
#modified ⇒ Object
3 4 5 |
# File 'lib/nanoc/base/views/post_compile_item_view.rb', line 3 def modified reps.select { |rep| rep.unwrap.modified } end |