Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 5cd814863453dce5a56c4ef45d45bcd1 > files > 11

ruby-gnomevfs2-0.16.0-4mdv2008.1.x86_64.rpm

#!/usr/bin/ruby -w

require 'gnomevfs'

GnomeVFS.init

p file =  File.expand_path(__FILE__)

GnomeVFS::File.open file do |f|
	puts f.read
end