From 5f9628910ccfb8657a41e9cef25adb8341cbcfb5 Mon Sep 17 00:00:00 2001 From: coldpeace Date: Fri, 9 Apr 2010 08:59:23 +0000 Subject: [PATCH] require 'simgrid' git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7497 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/bindings/ruby/simgrid.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/ruby/simgrid.rb b/src/bindings/ruby/simgrid.rb index 09bb9ce74e..c471d1ef25 100644 --- a/src/bindings/ruby/simgrid.rb +++ b/src/bindings/ruby/simgrid.rb @@ -5,7 +5,7 @@ # This program is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. */ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -require 'simgrid_ruby' +require 'simgrid' require 'thread' ####################################### -- 2.20.1