Object
# File lib/capistrano/command.rb, line 23 def initialize(command, options, callback) @command = command.strip.gsub(/\r?\n/, "\\\n") @callback = callback || Capistrano::Configuration.default_io_proc @options = options @skip = false end
# File lib/capistrano/command.rb, line 30 def last? options[:last] end
# File lib/capistrano/command.rb, line 42 def match(server) true end
# File lib/capistrano/command.rb, line 38 def skip! @skip = true end
# File lib/capistrano/command.rb, line 34 def skip? @skip end
# File lib/capistrano/command.rb, line 46 def to_s command.inspect end
[Validate]
Generated with the Darkfish Rdoc Generator 2.