# File lib/drydock.rb, line 726 726: def run=(v) 727: @@run = (v.is_a?(TrueClass)) ? true : false 728: end