From: Duncan Mac-Vicar P Date: Sat, 22 Dec 2007 17:16:20 +0000 (+0000) Subject: fix example broken by module renames X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~734 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7ccaa70e4e8a07e2da0329cfdda8263b4942d1a;p=thirdparty%2Flibsolv.git fix example broken by module renames --- diff --git a/examples/ruby/basic.rb b/examples/ruby/basic.rb index ed0843c3..4a815116 100644 --- a/examples/ruby/basic.rb +++ b/examples/ruby/basic.rb @@ -1,6 +1,6 @@ require 'satsolver' -include Satsolver +include SatSolver pool = Pool.new #puts pool.methods.sort