class Nanoc::Core::ContractsSupport::Ignorer

Public Instance Methods

method_missing(*_args) click to toggle source
# File lib/nanoc/core/contracts_support.rb, line 9
def method_missing(*_args) # rubocop:disable Style/MethodMissingSuper
  self
end
respond_to_missing?(*_args) click to toggle source
# File lib/nanoc/core/contracts_support.rb, line 13
def respond_to_missing?(*_args)
  true
end