class Rudy::MachineNotRunning

Public Instance Methods

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