class Rudy::MachineAlreadyRunning
Public Instance Methods
message()
click to toggle source
# File lib/rudy/exceptions.rb, line 45 def message; "Machine #{@obj} is already running."; end