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