# File lib/drydock.rb, line 479 479: def default?(cmd) 480: return false if @@default_command.nil? 481: (@@default_command == canonize(cmd)) 482: end