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