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, SiteView
Instance Method Summary (collapse)
-
- (Object) _context
-
- (Boolean) frozen?
True if the wrapped object is frozen; false otherwise.
Instance Method Details
- (Object) _context
8 9 10 |
# File 'lib/nanoc/base/views/view.rb', line 8 def _context @context end |
- (Boolean) frozen?
True if the wrapped object is frozen; false otherwise.
22 23 24 |
# File 'lib/nanoc/base/views/view.rb', line 22 def frozen? unwrap.frozen? end |