Class: Nanoc::Int::BinaryContent Private

Inherits:
Content
  • Object
show all
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

#filename

Instance Method Summary collapse

Methods inherited from Content

create, #freeze, #initialize

Methods included from ContractsSupport

included

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.

Returns:

  • (Boolean)


105
106
107
# File 'lib/nanoc/base/entities/content.rb', line 105

def binary?
  true
end