Method: Nanoc::Checking::Check#initialize

Defined in:
lib/nanoc/checking/check.rb

#initialize(context) ⇒ Check

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 a new instance of Check.



55
56
57
58
59
# File 'lib/nanoc/checking/check.rb', line 55

def initialize(context)
  super

  @issues = Set.new
end