Class Rudy::NoMachines

  1. lib/rudy/exceptions.rb
Parent: Rudy::Error

Methods

public instance

  1. message

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