# File lib/culerity.rb, line 43
  def self.run_server
    IO.popen(%{#{jruby_invocation} "#{celerity_invocation}"}, 'r+').extend(ServerCommands)
  end