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