# File lib/capistrano/command.rb, line 23 23: def initialize(command, options, callback) 24: @command = command.strip.gsub(/\r?\n/, "\\\n") 25: @callback = callback || Capistrano::Configuration.default_io_proc 26: @options = options 27: @skip = false 28: end
# File lib/capistrano/command.rb, line 30 30: def last? 31: options[:last] 32: end
# File lib/capistrano/command.rb, line 42 42: def match(server) 43: true 44: end
# File lib/capistrano/command.rb, line 38 38: def skip! 39: @skip = true 40: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.