Description: remove LOAD_PATH manipulation from manual sources
Author: Cédric Boutillier <cedric.boutillier@gmail.com>
Last-Update: 2011-11-24

--- a/manual/example_helper.rb
+++ b/manual/example_helper.rb
@@ -3,8 +3,8 @@
 # Helper for organizing examples
 #
 
-$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
-require 'rubygems'
+#$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
+#require 'rubygems'
 require 'prawn'
 require 'prawn/security'
 require 'prawn/layout'
