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