Method: Aid::Scripts::Doctor#check

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

#check(**options) ⇒ Object



19
20
21
22
23
24
# File 'lib/aid/scripts/doctor.rb', line 19

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

  check.run!
end