# File lib/fog/joyent/models/compute/server.rb, line 37 def start requires :id self.connection.start_machine(id) self.wait_for { ready? } true end