Class: Nanoc::Int::BinaryContent Private
- Defined in:
- lib/nanoc/base/entities/content.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary
Attributes inherited from Content
Instance Method Summary collapse
- #binary? ⇒ Boolean private
Methods inherited from Content
Methods included from ContractsSupport
Constructor Details
This class inherits a constructor from Nanoc::Int::Content
Instance Method Details
#binary? ⇒ Boolean
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.
105 106 107 |
# File 'lib/nanoc/base/entities/content.rb', line 105 def binary? true end |