Using Web::send_file(filename), sends the contents of a file
from the ruby lib to the client. Filename is relative to the file of Kernel::caller.
This method is intended to help the distribution of web applications as normal ruby libraries.
# sends ".../ruby/site_lib/1.8/web/resources/logo.gif" to the client
Web::send_lib_file( 'resources/logo.gif' )