# File lib/capistrano/command.rb, line 64 64: def in?(role) 65: configuration.roles[role].include?(server) 66: end
# File lib/capistrano/command.rb, line 72 72: def method_missing(sym, *args, &block) 73: if server.respond_to?(sym) 74: server.send(sym, *args, &block) 75: elsif configuration.respond_to?(sym) 76: configuration.send(sym, *args, &block) 77: else 78: super 79: end 80: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.