class EY::NoCommandError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/engineyard/error.rb, line 6 def initialize super "Specify a command to run via ssh or use --each to cycle through each server one at a time." end