From: kevid Date: 2010-04-28T02:20:11+09:00 Subject: Re: RUBY EVAL FUNCTION Thanks all. Brian Candle solution just did for me. Please, not to be asking too much, I need to make use of "Hpricot gem" files. I don't want to install it as a gem. I copied lib/hpricot/*{all files} and lib/hpricot.rb to my application. below is lib/hpricot.rb begin require 'encoding/character/utf-8' rescue LoadError end #require 'hpricot_scan' require 'hpricot/tag' require 'hpricot/modules' require 'hpricot/traverse' require 'hpricot/inspect' require 'hpricot/parse' require 'hpricot/builder' ALL files loaded properly except "hpricot_scan". i can't find anything like hpricot_scan.rb in the gem's folder. Any help is highly appreciated.