Class: Nanoc::View
- Inherits:
-
Object
- Object
- Nanoc::View
- Defined in:
- lib/nanoc/base/views/view.rb
Direct Known Subclasses
ConfigView, IdentifiableCollectionView, ItemRepCollectionView, ItemRepView, ItemWithoutRepsView, LayoutView
Instance Method Summary collapse
-
#frozen? ⇒ Boolean
True if the wrapped object is frozen; false otherwise.
Instance Method Details
#frozen? ⇒ Boolean
True if the wrapped object is frozen; false otherwise.
23 24 25 |
# File 'lib/nanoc/base/views/view.rb', line 23 def frozen? unwrap.frozen? end |