# File lib/chef_zero/server.rb, line 262
    def running?
      !@server.nil? && @running && @server.status == :Running
    end