From: Tim Becker Date: 2006-05-22T23:11:47+09:00 Subject: Payment Gem error >Executing File.expand_path("~/.payment.yml") in IRB works fine. Just a hunch, but in what context is the failing code running? If the failing code is running in a web application, $HOME/~ would be the the webserver user's home, while irb's home would be your normal user's home... -tim