# File lib/drydock.rb, line 535 535: def ignore(what=:nothing) 536: @@command_opts_parser[@@command_index] = :ignore if what == :options || what == :all 537: end