Public instance methods
message
()
[show source]
# File lib/rudy/exceptions.rb, line 51 51: def message 52: msg = "No machines running " 53: msg << "in #{@obj}" if @obj 54: msg 55: end