# File in_memory_solutions_handler.rb, line 14
  def self.create
    @@handler= new unless @@handler
    @@handler
  end