Class: Nanoc::Core::BinaryContent
- Defined in:
- lib/nanoc/core/binary_content.rb
Instance Attribute Summary
Attributes inherited from Content
Instance Method Summary collapse
Methods inherited from Content
create, #freeze, #initialize, #textual?
Methods included from ContractsSupport
enabled?, included, setup_once, warn_about_performance
Constructor Details
This class inherits a constructor from Nanoc::Core::Content
Instance Method Details
#binary? ⇒ Boolean
7 8 9 |
# File 'lib/nanoc/core/binary_content.rb', line 7 def binary? true end |