Module: Nanoc::Int::ContractsSupport::EnabledContracts Private
- Defined in:
- lib/nanoc/base/contracts_support.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #contract(*args) ⇒ Object private
Instance Method Details
#contract(*args) ⇒ Object
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.
32 33 34 |
# File 'lib/nanoc/base/contracts_support.rb', line 32 def contract(*args) Contract(*args) end |