Method: Aid::Scripts::Doctor#check

Defined in:
lib/aid/scripts/doctor.rb

#check(**options) ⇒ Object



50
51
52
53
54
55
# File 'lib/aid/scripts/doctor.rb', line 50

def check(**options)
  check = Check.new(options)
  @checks << check

  check.run!
end