class Rudy::MachineGroupAlreadyRunning

Public Instance Methods

message() click to toggle source
# File lib/rudy/exceptions.rb, line 36
def message; "Machine group #{@obj} is already running."; end