# File lib/fog/aws/models/compute/server.rb, line 139
        def ready?
          state == 'running'
        end