Object
# File lib/shipit.rb, line 175 175: def initialize(step, msg=nil) 176: @msg = msg 177: end
# File lib/shipit.rb, line 179 179: def prepare 180: @vc = Rake::ShipitTask::VC.new 181: @vers = VERS 182: @vc.precommit 183: end
# File lib/shipit.rb, line 185 185: def run 186: @vc.commit(@msg || "Release #{@vers}") 187: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.