# File lib/fog/joyent/models/compute/server.rb, line 44 def stop requires :id self.connection.stop_machine(id) self.wait_for { stopped? } true end